mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-12 06:30:02 +08:00
Fix an issue with incorrect [[noreturn]] position in clang-cl (#701)
This commit is contained in:
parent
1ecdc1a3bb
commit
64440783ba
@ -1027,7 +1027,7 @@ struct IntTraits {
|
||||
TypeSelector<std::numeric_limits<T>::digits <= 32>::Type MainType;
|
||||
};
|
||||
|
||||
FMT_API FMT_NORETURN void report_unknown_type(char code, const char *type);
|
||||
FMT_NORETURN FMT_API void report_unknown_type(char code, const char *type);
|
||||
|
||||
// Static data is placed in this class template to allow header-only
|
||||
// configuration.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user