Daniel Lemire
ca43e6722e
We need to update some of our exhaustive tests to the new API
2023-04-02 17:43:17 -04:00
Lenard Szolnoki
58798ee81f
Fix failing test builds with -Werror=maybe-uninitialized on gcc
...
Apparently the added constexpr makes gcc's control flow analysis to go deeper.
If from_chars returns with error then the out parameter remains
uninitialized. As it's undefined behavior to use its value, it's better
to just skip the rest of the loop in this case.
2023-03-04 20:53:49 +00:00
Kent Ross
1ad817ef54
Include What You Use
2021-09-15 17:38:54 -07: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
Joao Paulo Magalhaes
829ac72f87
re #33 : 32bit version. gcc compiles successfully, fails tests.
2020-11-20 00:48:19 +00:00
Daniel Lemire
c0b5ffe54c
Making errors verbose.
2020-11-02 20:22:08 -05:00
Daniel Lemire
f7d3cdc426
Minor fix.
2020-10-29 16:40:20 -04:00
Daniel Lemire
38fbe0c8e6
Tuning.
2020-10-19 14:41:10 -04:00
Daniel Lemire
1701be0224
First commit
2020-10-19 12:38:13 -04:00