fix build

This commit is contained in:
Jin S 2023-12-10 23:59:16 -05:00
parent 394acce2d9
commit 9b855d406d

View File

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