Skip to content

Commit

Permalink
Address #2763 (#2765)
Browse files Browse the repository at this point in the history
  • Loading branch information
jk-jeon authored Feb 14, 2022
1 parent 10e3b83 commit 5594eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/format-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ inline int floor_log10_pow2_minus_log10_4_over_3(int e) noexcept {
}

static constexpr struct {
int divisor;
uint32_t divisor;
int shift_amount;
} div_small_pow10_infos[] = {{10, 16}, {100, 16}};

Expand Down

0 comments on commit 5594eda

Please sign in to comment.