mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
Fix compilation for older standards
This commit is contained in:
parent
103f22056b
commit
5356317356
@ -669,7 +669,7 @@ inline constexpr am_pow_t binary_format<float>::max_exponent_fast_path() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
inline constexpr binary_format<T>::equiv_uint
|
inline constexpr typename binary_format<T>::equiv_uint
|
||||||
binary_format<T>::max_mantissa_fast_path() {
|
binary_format<T>::max_mantissa_fast_path() {
|
||||||
return binary_format<T>::equiv_uint(2) << mantissa_explicit_bits();
|
return binary_format<T>::equiv_uint(2) << mantissa_explicit_bits();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user