arg_join formatter not working for wide strings
This commit is contained in:
parent
3d6053e25c
commit
8252be63b3
@ -3720,7 +3720,7 @@ struct formatter<arg_join<It, Sentinel, Char>, Char> {
|
|||||||
private:
|
private:
|
||||||
using value_type = typename std::iterator_traits<It>::value_type;
|
using value_type = typename std::iterator_traits<It>::value_type;
|
||||||
using formatter_type =
|
using formatter_type =
|
||||||
conditional_t<has_formatter<value_type, format_context>::value,
|
conditional_t<has_formatter<value_type, buffer_context<Char>>::value,
|
||||||
formatter<value_type, Char>,
|
formatter<value_type, Char>,
|
||||||
detail::fallback_formatter<value_type, Char>>;
|
detail::fallback_formatter<value_type, Char>>;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user