mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-02 07:09:44 +01:00
Implement divmod
This commit is contained in:
@@ -470,7 +470,7 @@ OutputIt basic_printf_context<OutputIt, Char>::format() {
|
||||
// Parse argument index, flags and width.
|
||||
unsigned arg_index = parse_header(it, end, specs);
|
||||
if (arg_index == 0)
|
||||
on_error("argument index 0 is out of range");
|
||||
on_error("argument index out of range");
|
||||
|
||||
// Parse precision.
|
||||
if (it != end && *it == '.') {
|
||||
|
||||
Reference in New Issue
Block a user