From 0e3c282f0638e4b201a70414deab10db3e842626 Mon Sep 17 00:00:00 2001 From: denchat <19730041+denchat@users.noreply.github.com> Date: Sat, 10 Apr 2021 23:04:12 +0700 Subject: [PATCH] Try remove FMT_INSTANTIATION_DEF_API Try remove FMT_INSTANTIATION_DEF_API from extern template --- include/fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index a14cf7f4..dcb924a2 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -4027,7 +4027,7 @@ constexpr detail::udl_arg 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; +extern template struct basic_data; } // namespace detail FMT_END_NAMESPACE