From 99cd7156a6a1ebd10a71b0fb738b82e24c96f5ef Mon Sep 17 00:00:00 2001 From: HedgehogInTheCPP Date: Fri, 21 Aug 2026 23:25:55 +0300 Subject: [PATCH] fix for ancient standard. --- include/fast_float/constexpr_feature_detect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_float/constexpr_feature_detect.h b/include/fast_float/constexpr_feature_detect.h index 20a998e..a26355f 100644 --- a/include/fast_float/constexpr_feature_detect.h +++ b/include/fast_float/constexpr_feature_detect.h @@ -79,7 +79,7 @@ #define FASTFLOAT_IS_CONSTEXPR 1 #define FASTFLOAT_HAS_IS_CONSTANT_EVALUATED 1 #else -#define FASTFLOAT_CONSTEVAL FASTFLOAT_CONSTEXPR14 +#define FASTFLOAT_CONSTEVAL constexpr #define FASTFLOAT_CONSTEXPR20 #define FASTFLOAT_IS_CONSTEXPR 0 #define FASTFLOAT_HAS_IS_CONSTANT_EVALUATED 0