This commit is contained in:
HedgehogInTheCPP 2026-09-04 04:20:34 +03:00
parent 52aef56385
commit fa8c3a711a

View File

@ -771,7 +771,6 @@ template <typename T, typename UC>
fastfloat_really_inline FASTFLOAT_CONSTEXPR20 from_chars_result_t<UC>
parse_int_string(UC const *p, UC const *pend, T &value,
parse_options_t<UC> const options) noexcept {
FASTFLOAT_ASSUME(p < pend); // so dereference without checks
from_chars_result_t<UC> answer;