mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-08 17:56:48 +08:00
- FASTFLOAT_ALLOWS_LEADING_PLUS and FASTFLOAT_SKIP_WHITE_SPACE are not defined by default, and compiling with -Wundef is emitting warnigns like "FASTFLOAT_ALLOWS_LEADING_PLUS is not defined, evaluates to 0". - Likewise for FASTFLOAT_VISUAL_STUDIO, change checks to use #ifdef for that like in other places. - __cpp_lib_bit_cast and __cpp_lib_is_constant_evaluated are not defined pre-C++20, and are emitting a warning too. |
||
|---|---|---|
| .. | ||
| fast_float | ||