Fixed typo.

This commit is contained in:
MTahaK 2023-12-12 19:02:10 -05:00
parent f330ec1e9d
commit 4d8a2f4000

View File

@ -8,7 +8,7 @@
#endif
// Testing for https://wg21.link/N3652, adopted in C++14
#if __cpp_constexpr >= 201304`
#if __cpp_constexpr >= 201304
#define FASTFLOAT_CONSTEXPR14 constexpr
#else
#define FASTFLOAT_CONSTEXPR14