From fa8c3a711adf1f317035492689e7391dea20a234 Mon Sep 17 00:00:00 2001 From: HedgehogInTheCPP Date: Fri, 4 Sep 2026 04:20:34 +0300 Subject: [PATCH] lint --- include/fast_float/ascii_number.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fast_float/ascii_number.h b/include/fast_float/ascii_number.h index 0f69458..f91d3b5 100644 --- a/include/fast_float/ascii_number.h +++ b/include/fast_float/ascii_number.h @@ -771,7 +771,6 @@ template fastfloat_really_inline FASTFLOAT_CONSTEXPR20 from_chars_result_t parse_int_string(UC const *p, UC const *pend, T &value, parse_options_t const options) noexcept { - FASTFLOAT_ASSUME(p < pend); // so dereference without checks from_chars_result_t answer;