format
This commit is contained in:
parent
181dbcf0b3
commit
d17e9c96ed
@ -473,8 +473,8 @@ struct range_formatter<
|
|||||||
}
|
}
|
||||||
format_specs spec_str{};
|
format_specs spec_str{};
|
||||||
spec_str.type = presentation_type::debug;
|
spec_str.type = presentation_type::debug;
|
||||||
detail::write<Char>(out, basic_string_view<Char>(buf.data(), buf.size()),
|
detail::write<Char>(
|
||||||
spec_str);
|
out, basic_string_view<Char>(buf.data(), buf.size()), spec_str);
|
||||||
} else {
|
} else {
|
||||||
for (; it != end; ++it) {
|
for (; it != end; ++it) {
|
||||||
ctx.advance_to(out);
|
ctx.advance_to(out);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user