diff --git a/include/fmt/format.h b/include/fmt/format.h index dcb924a2..890ecb16 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -4025,10 +4025,6 @@ constexpr detail::udl_arg operator"" _a(const wchar_t* s, size_t) { } } // namespace literals #endif // FMT_USE_USER_DEFINED_LITERALS - -namespace detail { -extern template struct basic_data; -} // namespace detail FMT_END_NAMESPACE #ifdef FMT_HEADER_ONLY