Skip to content

Commit 90a90b4

Browse files
committed
Remove redundant specializations
1 parent 41b3bed commit 90a90b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/fmt/xchar.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ inline auto runtime(wstring_view s) -> runtime_format_string<wchar_t> {
112112
return {{s}};
113113
}
114114

115-
template <> struct is_char<wchar_t> : std::true_type {};
116-
template <> struct is_char<char16_t> : std::true_type {};
117-
template <> struct is_char<char32_t> : std::true_type {};
118-
119115
#ifdef __cpp_char8_t
120116
template <> struct is_char<char8_t> : bool_constant<detail::is_utf8_enabled> {};
121117
#endif

0 commit comments

Comments
 (0)