From a2289b8593d22e2b791f137c996cd575238ca5db Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 19 Oct 2025 10:30:42 -0700 Subject: [PATCH] Fix the build --- include/fmt/format-inl.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index 227dd9bb..945cb912 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -47,11 +47,6 @@ using std::locale; using std::numpunct; using std::use_facet; } // namespace detail - -template > -locale_ref::locale_ref(const Locale& loc) : locale_(&loc) { - static_assert(std::is_same::value, ""); -} #else namespace detail { struct locale {};