mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-01-01 03:12:18 +08:00
Add comment to the FASTFLOAT_CONSTEXPR14 macro definition
This commit is contained in:
parent
be6084863c
commit
a6991ea44f
@ -91,6 +91,7 @@
|
||||
// rust style `try!()` macro, or `?` operator
|
||||
#define FASTFLOAT_TRY(x) { if (!(x)) return false; }
|
||||
|
||||
// Testing for https://wg21.link/N3652, adopted in C++14
|
||||
#if __cpp_constexpr >= 201304
|
||||
#define FASTFLOAT_CONSTEXPR14 constexpr
|
||||
#else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user