Try remove FMT_INSTANTIATION_DEF_API
Try remove FMT_INSTANTIATION_DEF_API from extern template
This commit is contained in:
parent
70258cbe27
commit
0e3c282f06
@ -4027,7 +4027,7 @@ constexpr detail::udl_arg<wchar_t> operator"" _a(const wchar_t* s, size_t) {
|
|||||||
#endif // FMT_USE_USER_DEFINED_LITERALS
|
#endif // FMT_USE_USER_DEFINED_LITERALS
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
extern template struct FMT_INSTANTIATION_DEF_API basic_data<void>;
|
extern template struct basic_data<void>;
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
FMT_END_NAMESPACE
|
FMT_END_NAMESPACE
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user