mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00:00
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 =
|
||||
conditional_t<is_formattable<value_type>::value,
|
||||
conditional_t<is_formattable<value_type, Char>::value,
|
||||
formatter<remove_cvref_t<decltype(map(
|
||||
std::declval<const value_type&>()))>,
|
||||
Char>,
|
||||
|
Loading…
Reference in New Issue
Block a user