mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
fix a warning.
This commit is contained in:
parent
ffd3590a42
commit
c598a994e6
@ -217,7 +217,7 @@ using parse_options = parse_options_t<char>;
|
|||||||
|
|
||||||
namespace fast_float {
|
namespace fast_float {
|
||||||
|
|
||||||
fastfloat_really_inline FASTFLOAT_CONSTEVAL20 bool
|
fastfloat_really_inline FASTFLOAT_CONSTEXPR20 bool
|
||||||
cpp20_and_in_constexpr() noexcept {
|
cpp20_and_in_constexpr() noexcept {
|
||||||
#if FASTFLOAT_HAS_IS_CONSTANT_EVALUATED
|
#if FASTFLOAT_HAS_IS_CONSTANT_EVALUATED
|
||||||
return std::is_constant_evaluated();
|
return std::is_constant_evaluated();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user