From 1bb8044a5232b0174561b6129d30ae5069988fdd Mon Sep 17 00:00:00 2001 From: denchat <19730041+denchat@users.noreply.github.com> Date: Sat, 10 Apr 2021 23:10:55 +0700 Subject: [PATCH] Fix removing entire declaration Fix removing the entire declaration because at line 999 there is one. CI Error in macOS. --- include/fmt/format.h | 4 ---- 1 file changed, 4 deletions(-) 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