Releases: fastfloat/fast_float
Version 2.0.0
A new function was added which allows you to specify that the decimal separator is the comma. The from_chars
function is unchanged.
credit @pitrou
Version 1.1.2
Merge pull request #84 from musicinmybrain/system-doctest-option Add a SYSTEM_DOCTEST CMake option
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).