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
..
bloat_analysis This adds bloat analysis to the tests. 2023-02-28 16:42:48 -05:00
build_tests Checking issue 72 2021-05-18 08:59:20 -04:00
installation_tests Update CMakeLists.txt 2023-01-04 12:54:20 -05:00
basictest.cpp Minor fix. 2023-02-06 17:22:11 -05:00
CMakeLists.txt Merge branch 'main' into dlemire/adding_bloat_analysis 2023-02-28 17:10:05 -05:00
example_comma_test.cpp Include What You Use 2021-09-15 17:38:54 -07:00
example_test.cpp Saving. 2022-07-29 11:54:19 -04:00
exhaustive32_64.cpp Include What You Use 2021-09-15 17:38:54 -07:00
exhaustive32_midpoint.cpp Fix some typos 2022-08-30 22:55:34 +02:00
exhaustive32.cpp Include What You Use 2021-09-15 17:38:54 -07:00
long_exhaustive32_64.cpp Include What You Use 2021-09-15 17:38:54 -07:00
long_exhaustive32.cpp Include What You Use 2021-09-15 17:38:54 -07:00
long_random64.cpp Fix failing test builds with -Werror=maybe-uninitialized on gcc 2023-03-04 20:53:49 +00:00
long_test.cpp Include What You Use 2021-09-15 17:38:54 -07:00
powersoffive_hardround.cpp Include What You Use 2021-09-15 17:38:54 -07:00
random64.cpp Fix failing test builds with -Werror=maybe-uninitialized on gcc 2023-03-04 20:53:49 +00:00
random_string.cpp Include What You Use 2021-09-15 17:38:54 -07:00
rcppfastfloat_test.cpp Support rccpfastfloat. 2023-01-19 20:28:10 -05:00
short_random_string.cpp Include What You Use 2021-09-15 17:38:54 -07:00
string_test.cpp Fix some typos 2022-08-30 22:55:34 +02:00