mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-16 15:42:22 +08:00
macroses usage fix
This commit is contained in:
parent
2da851d329
commit
667a022fe3
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user