Fix TU-local entity exposition error in GCC 15

This commit is contained in:
Thomas Khyn
2025-02-18 21:37:40 +13:00
committed by Victor Zverovich
parent faac8b1fa9
commit 577fd3be88

View File

@ -212,7 +212,7 @@ inline auto floor_log10_pow2_minus_log10_4_over_3(int e) noexcept -> int {
return (e * 631305 - 261663) >> 21;
}
FMT_INLINE_VARIABLE constexpr struct {
FMT_INLINE_VARIABLE constexpr struct div_small_pow10_infos_struct {
uint32_t divisor;
int shift_amount;
} div_small_pow10_infos[] = {{10, 16}, {100, 16}};