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 {};