diff --git a/include/fmt/format.h b/include/fmt/format.h index 6a41b24b..fef477a8 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1708,6 +1708,8 @@ template struct basic_data { template constexpr uint64_t basic_data::pow10_significands[]; template constexpr int16_t basic_data::pow10_exponents[]; template constexpr uint64_t basic_data::power_of_10_64[]; +template +constexpr uint32_t basic_data::fractional_part_rounding_thresholds[]; #endif // This is a struct rather than an alias to avoid shadowing warnings in gcc.