Fix removing entire declaration

Fix removing the entire declaration because at line 999 there is one.
CI Error in macOS.
This commit is contained in:
denchat 2021-04-10 23:10:55 +07:00 committed by GitHub
parent 0e3c282f06
commit 1bb8044a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4025,10 +4025,6 @@ constexpr detail::udl_arg<wchar_t> operator"" _a(const wchar_t* s, size_t) {
}
} // namespace literals
#endif // FMT_USE_USER_DEFINED_LITERALS
namespace detail {
extern template struct basic_data<void>;
} // namespace detail
FMT_END_NAMESPACE
#ifdef FMT_HEADER_ONLY