fix build
This commit is contained in:
parent
394acce2d9
commit
9b855d406d
@ -2124,7 +2124,7 @@ auto write_int(OutputIt out, UInt value, unsigned prefix,
|
||||
const format_specs<Char>& specs,
|
||||
const digit_grouping<Char>& grouping) -> OutputIt {
|
||||
static_assert(std::is_same<uint64_or_128_t<UInt>, UInt>::value, "");
|
||||
int num_digits;
|
||||
int num_digits = 0;
|
||||
char digits[40];
|
||||
|
||||
switch (specs.type) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user