This commit is contained in:
Jin S 2024-02-23 14:54:44 -05:00
parent 181dbcf0b3
commit d17e9c96ed

View File

@ -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);