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 41b3bed commit 90a90b4Copy full SHA for 90a90b4
include/fmt/xchar.h
@@ -112,10 +112,6 @@ inline auto runtime(wstring_view s) -> runtime_format_string<wchar_t> {
112
return {{s}};
113
}
114
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
-
119
#ifdef __cpp_char8_t
120
template <> struct is_char<char8_t> : bool_constant<detail::is_utf8_enabled> {};
121
#endif
0 commit comments