Skip to content

Commit 577fd3b

Browse files
tkhynvitaut
authored andcommitted
Fix TU-local entity exposition error in GCC 15
1 parent faac8b1 commit 577fd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fmt/format-inl.h

+1-1
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)