From 068e36510bf5185dc62c1debe599763069bce6f0 Mon Sep 17 00:00:00 2001 From: IRainman Date: Sun, 2 Aug 2026 19:52:10 +0300 Subject: [PATCH] lindt unfck --- include/fast_float/ascii_number.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/fast_float/ascii_number.h b/include/fast_float/ascii_number.h index 3a747b9..75153af 100644 --- a/include/fast_float/ascii_number.h +++ b/include/fast_float/ascii_number.h @@ -304,7 +304,7 @@ using parsed_number_string = parsed_number_string_t; // Helper for error creating template -fastfloat_really_inline FASTFLOAT_CONSTEXPR20 parsed_number_string_t& +fastfloat_really_inline FASTFLOAT_CONSTEXPR20 parsed_number_string_t & report_parse_error(parsed_number_string_t &answer, UC const *p, parse_error error) noexcept { answer.invalid = true; @@ -581,7 +581,8 @@ parse_number_string(UC const *p, UC const *pend, } answer.exponent = am_pow_t(answer.fraction.ptr - p) + exp_number; } - // We have now corrected both exponent and mantissa, to a truncated value + // We have now corrected both exponent and mantissa, to a truncated + // value } } }