diff --git a/include/fast_float/ascii_number.h b/include/fast_float/ascii_number.h index 8cd7980..6208ef2 100644 --- a/include/fast_float/ascii_number.h +++ b/include/fast_float/ascii_number.h @@ -509,7 +509,7 @@ parse_int_string(UC const *p, UC const *pend, T &value, UC const *const start_digits = p; - FASTFLOAT_IF_CONSTEXPR17(std::is_same::value) { + FASTFLOAT_IF_CONSTEXPR17((std::is_same::value)) { const size_t len = (size_t)(pend - p); if (len == 0) { if (has_leading_zeros) {