mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
minor fix of forward declaration
This commit is contained in:
parent
e20c952456
commit
7a77227521
@ -60,9 +60,7 @@ from_chars_advanced(UC const *first, UC const *last, T &value,
|
||||
*/
|
||||
FASTFLOAT_CONSTEXPR20 inline double
|
||||
integer_times_pow10(uint64_t mantissa, int decimal_exponent) noexcept;
|
||||
FASTFLOAT_CONSTEXPR20 inline
|
||||
typename std::enable_if<is_supported_float_type<double>::value,
|
||||
double>::type
|
||||
FASTFLOAT_CONSTEXPR20 inline double
|
||||
integer_times_pow10(int64_t mantissa, int decimal_exponent) noexcept;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user