mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
Merge branch 'main' of https://github.com/IRainman/fast_float into fastfloat-main
This commit is contained in:
commit
b869816c39
@ -329,7 +329,7 @@ from_chars_float_advanced(UC const *first, UC const *last, T &value,
|
|||||||
? parse_number_string<true, UC>(first, last, options)
|
? parse_number_string<true, UC>(first, last, options)
|
||||||
:
|
:
|
||||||
#endif
|
#endif
|
||||||
parse_number_string<false, UC>(first, last, options);
|
parse_number_string<false, UC>(first, last, options);
|
||||||
if (!pns.valid) {
|
if (!pns.valid) {
|
||||||
#ifndef FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN
|
#ifndef FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN
|
||||||
if (uint64_t(options.format & chars_format::no_infnan)) {
|
if (uint64_t(options.format & chars_format::no_infnan)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user