We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3685667 commit 3d46d99Copy full SHA for 3d46d99
include/fast_float/digit_comparison.h
@@ -67,7 +67,7 @@ to_extended(T const &value) noexcept {
67
constexpr am_pow_t bias = binary_format<T>::mantissa_explicit_bits() -
68
binary_format<T>::minimum_exponent();
69
70
- equiv_uint const bits = bit_cast<T, equiv_uint>(value);
+ equiv_uint const bits = bit_cast<equiv_uint, T>(value);
71
72
adjusted_mantissa am;
73
if ((bits & exponent_mask) == 0) {
0 commit comments