fix for ancient standard.

This commit is contained in:
HedgehogInTheCPP 2026-08-21 23:25:55 +03:00
parent 677cfe8425
commit 99cd7156a6

View File

@ -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