From 667a022fe31df830533fb61bbc3b37f228610c91 Mon Sep 17 00:00:00 2001 From: HedgehogInTheCPP Date: Wed, 26 Aug 2026 01:18:12 +0300 Subject: [PATCH] macroses usage fix --- include/fast_float/ascii_number.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_float/ascii_number.h b/include/fast_float/ascii_number.h index 8c2213c..d476ecb 100644 --- a/include/fast_float/ascii_number.h +++ b/include/fast_float/ascii_number.h @@ -957,7 +957,7 @@ parse_int_string(UC const *p, UC const *pend, T &value, answer.ptr = p; return answer; } -#ifndef FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN +#ifndef FASTFLOAT_ISNOT_CHECKED_BOUNDS answer.ec = std::errc::invalid_argument; answer.ptr = first;