From aa8f76940aa140731933d45e5263cd507cfc32ab Mon Sep 17 00:00:00 2001 From: Junekey Jeon Date: Wed, 11 Jan 2023 18:54:54 -0800 Subject: [PATCH] Fix linkage error --- include/fmt/format.h | 2 ++ 1 file changed, 2 insertions(+) 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.