From 780c34135951c059e652808c190b607a6a43a5a3 Mon Sep 17 00:00:00 2001 From: Shikhar Date: Tue, 23 Dec 2025 06:17:11 +0530 Subject: [PATCH] fix macro Signed-off-by: Shikhar --- include/fast_float/ascii_number.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {