From c598a994e62366ccf2c1cd39f1a6d92ca691592c Mon Sep 17 00:00:00 2001 From: IRainman Date: Mon, 24 Mar 2025 11:15:24 +0300 Subject: [PATCH] fix a warning. --- include/fast_float/float_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index 1809483..84f076f 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h @@ -217,7 +217,7 @@ using parse_options = parse_options_t; namespace fast_float { -fastfloat_really_inline FASTFLOAT_CONSTEVAL20 bool +fastfloat_really_inline FASTFLOAT_CONSTEXPR20 bool cpp20_and_in_constexpr() noexcept { #if FASTFLOAT_HAS_IS_CONSTANT_EVALUATED return std::is_constant_evaluated();