We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8da5ba commit a2289b8Copy full SHA for a2289b8
include/fmt/format-inl.h
@@ -47,11 +47,6 @@ using std::locale;
47
using std::numpunct;
48
using std::use_facet;
49
} // namespace detail
50
-
51
-template <typename Locale, enable_if_t<(sizeof(Locale::collate) != 0), int>>
52
-locale_ref::locale_ref(const Locale& loc) : locale_(&loc) {
53
- static_assert(std::is_same<Locale, std::locale>::value, "");
54
-}
55
#else
56
namespace detail {
57
struct locale {};
0 commit comments