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;