Fixed join_view formatter for wchar_t
This commit is contained in:
parent
7c8b35ff32
commit
986a5a6c2c
@ -2572,7 +2572,7 @@ struct formatter<join_view<It, Sentinel, Char>, Char> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
using formatter_type =
|
using formatter_type =
|
||||||
conditional_t<is_formattable<value_type>::value,
|
conditional_t<is_formattable<value_type, Char>::value,
|
||||||
formatter<remove_cvref_t<decltype(map(
|
formatter<remove_cvref_t<decltype(map(
|
||||||
std::declval<const value_type&>()))>,
|
std::declval<const value_type&>()))>,
|
||||||
Char>,
|
Char>,
|
||||||
|
Loading…
Reference in New Issue
Block a user