diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index 91b2205..e320351 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h @@ -669,7 +669,7 @@ inline constexpr am_pow_t binary_format::max_exponent_fast_path() { } template -inline constexpr binary_format::equiv_uint +inline constexpr typename binary_format::equiv_uint binary_format::max_mantissa_fast_path() { return binary_format::equiv_uint(2) << mantissa_explicit_bits(); }