| 1468 | } |
| 1469 | |
| 1470 | fastfloat_really_inline constexpr size_t max_digits_u64(int base) { |
| 1471 | return int_luts<>::maxdigits_u64[base - 2]; |
| 1472 | } |
| 1473 | |
| 1474 | // If a u64 is exactly max_digits_u64() in length, this is |
| 1475 | // the value below which it has definitely overflowed. |