Skip to content

Commit a2289b8

Browse files
committed
Fix the build
1 parent e8da5ba commit a2289b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/fmt/format-inl.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ using std::locale;
4747
using std::numpunct;
4848
using std::use_facet;
4949
} // 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-
}
5550
#else
5651
namespace detail {
5752
struct locale {};

0 commit comments

Comments
 (0)