diff --git a/include/fast_float/parse_number.h b/include/fast_float/parse_number.h index 42de867..74ac361 100644 --- a/include/fast_float/parse_number.h +++ b/include/fast_float/parse_number.h @@ -329,7 +329,7 @@ from_chars_float_advanced(UC const *first, UC const *last, T &value, ? parse_number_string(first, last, options) : #endif - parse_number_string(first, last, options); + parse_number_string(first, last, options); if (!pns.valid) { #ifndef FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN if (uint64_t(options.format & chars_format::no_infnan)) {