Commit 64440783 authored by Victor Zverovich's avatar Victor Zverovich

Fix an issue with incorrect [[noreturn]] position in clang-cl (#701)

parent 1ecdc1a3
...@@ -1027,7 +1027,7 @@ struct IntTraits { ...@@ -1027,7 +1027,7 @@ struct IntTraits {
TypeSelector<std::numeric_limits<T>::digits <= 32>::Type MainType; 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 // Static data is placed in this class template to allow header-only
// configuration. // configuration.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment