mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
lint
This commit is contained in:
parent
c08b7b12a6
commit
cd5db6f5e9
@ -1323,7 +1323,8 @@ TEST_CASE("double.general") {
|
||||
|
||||
TEST_CASE("double.decimal_point") {
|
||||
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
|
||||
@ -1640,7 +1641,8 @@ TEST_CASE("float.general") {
|
||||
|
||||
TEST_CASE("float.decimal_point") {
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user