Skip to content

Commit 12b8c58

Browse files
committed
Fix TU-local entity exposition error in GCC 15
1 parent b203343 commit 12b8c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/fmt/format-inl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ inline auto floor_log10_pow2_minus_log10_4_over_3(int e) noexcept -> int {
212212
return (e * 631305 - 261663) >> 21;
213213
}
214214

215-
FMT_INLINE_VARIABLE constexpr struct {
215+
FMT_INLINE_VARIABLE constexpr struct div_small_pow10_infos_struct {
216216
uint32_t divisor;
217217
int shift_amount;
218218
} div_small_pow10_infos[] = {{10, 16}, {100, 16}};

0 commit comments

Comments
 (0)