diff --git a/include/fast_float/ascii_number.h b/include/fast_float/ascii_number.h index 3641f028..5d3eac9d 100644 --- a/include/fast_float/ascii_number.h +++ b/include/fast_float/ascii_number.h @@ -534,7 +534,7 @@ from_chars_result_t parse_int_string(UC const* p, UC const* pend, T& value, #pragma warning(pop) #endif } - else value = T(i); + else { value = T(i); } answer.ec = std::errc(); return answer;