This commit is contained in:
IRainman 2025-03-12 21:34:31 +03:00
parent c08b7b12a6
commit cd5db6f5e9

View File

@ -1323,7 +1323,8 @@ TEST_CASE("double.general") {
TEST_CASE("double.decimal_point") { TEST_CASE("double.decimal_point") {
constexpr auto options = [] { constexpr auto options = [] {
return fast_float::parse_options(fast_float::chars_format::general, ',', 10); return fast_float::parse_options(fast_float::chars_format::general, ',',
10);
}(); }();
// infinities // infinities
@ -1640,7 +1641,8 @@ TEST_CASE("float.general") {
TEST_CASE("float.decimal_point") { TEST_CASE("float.decimal_point") {
constexpr auto options = [] { constexpr auto options = [] {
return fast_float::parse_options(fast_float::chars_format::general, ',', 10); return fast_float::parse_options(fast_float::chars_format::general, ',',
10);
}(); }();
// infinity // infinity