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();