Daniel Lemire
5ad6aae0b1
lint
2024-08-14 09:57:47 -04:00
Daniel Lemire
ca43e6722e
We need to update some of our exhaustive tests to the new API
2023-04-02 17:43:17 -04:00
Adam Lugowski
bfee511d78
Set errc::result_out_of_range on over/underflow
...
Best-effort values are still returned, such as 0 for underflow and infinity for overflow, but now the returned ec is set to std::errc::result_out_of_range instead of std::errc().
2023-03-29 10:14:46 -07:00
Dirk Stolle
3fddb89508
Fix some typos
2022-08-30 22:55:34 +02:00
Kent Ross
1ad817ef54
Include What You Use
2021-09-15 17:38:54 -07:00
Daniel Lemire
b334317dd2
Minor fixes
2021-09-14 21:31:34 -04:00
Eugene Golushkov
87e5a95585
Prevent fast_float::from_chars from parsing whitespaces and leading '+' sign, similar to MSVC and integer LLVM std::from_chars behavior. See C++17 20.19.3.(7.1) and http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0067r5.html
2021-03-04 20:21:45 +02:00
Daniel Lemire
a1a7347464
Minor tweaks to better handle cygwin/clang.
2020-12-22 15:55:48 -05:00
Joao Paulo Magalhaes
663fd91d8f
fix: include of iostream is now required on client code
2020-11-24 00:40:28 +00:00
Daniel Lemire
ad22e20e4c
Completing.
2020-11-19 21:37:10 -05:00
Daniel Lemire
1e92d59997
Sign conversion pedantry.
2020-11-11 20:43:36 -05:00
Daniel Lemire
f6e1d938a8
Another tweak.
2020-10-21 18:04:08 -04:00
Daniel Lemire
903c1f1c31
Another tweak.
2020-10-21 17:10:06 -04:00
Daniel Lemire
609c48c2a2
Another tweak.
2020-10-21 16:56:44 -04:00
Daniel Lemire
1701be0224
First commit
2020-10-19 12:38:13 -04:00