diff --git a/include/fmt/format.h b/include/fmt/format.h index 95759b72..a14cf7f4 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 fmt::detail::basic_data; +extern template struct FMT_INSTANTIATION_DEF_API basic_data; } // namespace detail FMT_END_NAMESPACE