diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index 42ba01c2..fc7bdd1a 100644 --- a/include/fmt/ranges.h +++ b/include/fmt/ranges.h @@ -501,7 +501,6 @@ struct range_formatter< auto end = detail::range_end(range); for (; it != end; ++it) { if (i > 0) out = detail::copy_str(separator_, out); - ; ctx.advance_to(out); out = underlying_.format(mapper.map(*it), ctx); ++i;