From 240d393bf63bd2fdbd3d5046a49eb7b1b0f063c1 Mon Sep 17 00:00:00 2001 From: IRainman Date: Tue, 21 Oct 2025 16:25:35 +0300 Subject: [PATCH] # format --- include/fast_float/parse_number.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/fast_float/parse_number.h b/include/fast_float/parse_number.h index 814f7ec..0d2e221 100644 --- a/include/fast_float/parse_number.h +++ b/include/fast_float/parse_number.h @@ -387,7 +387,8 @@ from_chars(UC const *first, UC const *last, T &value, int const base) noexcept { template FASTFLOAT_CONSTEXPR20 typename std::enable_if::value, T>::type - integer_times_pow10(uint64_t mantissa, int const decimal_exponent) noexcept { + integer_times_pow10(uint64_t mantissa, + int const decimal_exponent) noexcept { T value; if (clinger_fast_path_impl(mantissa, decimal_exponent, #ifndef FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN