fix gcc pedantic error
This commit is contained in:
parent
1e034bddf4
commit
900adebb4b
@ -371,7 +371,7 @@ struct formatter<
|
|||||||
(formatting.add_delimiter_spaces && i > 0), *it),
|
(formatting.add_delimiter_spaces && i > 0), *it),
|
||||||
make_format_args<FormatContext>(*it));
|
make_format_args<FormatContext>(*it));
|
||||||
if (++i > formatting.range_length_limit) {
|
if (++i > formatting.range_length_limit) {
|
||||||
out = format_to(out, FMT_STRING(" ... <other elements>"));
|
out = format_to(out, FMT_STRING("{}"), " ... <other elements>");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user