Try remove FMT_INSTANTIATION_DEF_API

Try remove FMT_INSTANTIATION_DEF_API from extern template
This commit is contained in:
denchat 2021-04-10 23:04:12 +07:00 committed by GitHub
parent 70258cbe27
commit 0e3c282f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4027,7 +4027,7 @@ constexpr detail::udl_arg<wchar_t> operator"" _a(const wchar_t* s, size_t) {
#endif // FMT_USE_USER_DEFINED_LITERALS
namespace detail {
extern template struct FMT_INSTANTIATION_DEF_API basic_data<void>;
extern template struct basic_data<void>;
} // namespace detail
FMT_END_NAMESPACE