Releases: fastfloat/fast_float
Releases · fastfloat/fast_float
Version 1.1.1
Fixed build issue when compiling for 32-bit ARM platforms under Visual Studio.
Version 1.1.0
Fixed "permissive" issue under Visual Studio whereas some users would get link errors with some flags due to static constexpr not being considered inline by default under Visual Studio.
Version 1.0.0
In this version, as in the C++17 standard, we forbid leading spaces as well as the leading '+' character.
Version 0.9.0
NaN/infinity parsing has been revised. In particular, parse "nan(n-char-seq-opt)" as required by C++17 20.19.3.7, credit @eugenegff.
Version 0.8.0
Update to CMake to allow package installation @georg-emg
Version 0.7.0
v0.7.0 Update CMakeLists.txt
Version 0.6.0
Fixes a potential issue raised by Ivan Smirnov and improved minutely code clarity.
Version 0.5.0
Minor fix in the fall back code (issue 47).
Version 0.4.0
Better support for clang under msys2.