Skip to content

Commit 3d46d99

Browse files
committed
# warning fix.
1 parent 3685667 commit 3d46d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fast_float/digit_comparison.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ to_extended(T const &value) noexcept {
6767
constexpr am_pow_t bias = binary_format<T>::mantissa_explicit_bits() -
6868
binary_format<T>::minimum_exponent();
6969

70-
equiv_uint const bits = bit_cast<T, equiv_uint>(value);
70+
equiv_uint const bits = bit_cast<equiv_uint, T>(value);
7171

7272
adjusted_mantissa am;
7373
if ((bits & exponent_mask) == 0) {

0 commit comments

Comments
 (0)