Fix incorrect namespace in previous commit

This commit is contained in:
denchat 2021-04-09 02:05:19 +07:00 committed by GitHub
parent 28882fa1e3
commit 81aaff7534
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 fmt::detail::basic_data<void>;
extern template struct FMT_INSTANTIATION_DEF_API basic_data<void>;
} // namespace detail
FMT_END_NAMESPACE