mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 21:44:04 +00:00
[test][formulas] Add const keywords.
This commit is contained in:
parent
41346c1534
commit
fad0244f09
@ -447,6 +447,6 @@ expected_results expected[] =
|
||||
}
|
||||
};
|
||||
|
||||
size_t expected_size = sizeof(expected) / sizeof(expected_results);
|
||||
size_t const expected_size = sizeof(expected) / sizeof(expected_results);
|
||||
|
||||
#endif // BOOST_GEOMETRY_TEST_DIRECT_CASES_HPP
|
||||
|
@ -124,6 +124,6 @@ expected_results expected[] =
|
||||
}
|
||||
};
|
||||
|
||||
size_t expected_size = sizeof(expected) / sizeof(expected_results);
|
||||
size_t const expected_size = sizeof(expected) / sizeof(expected_results);
|
||||
|
||||
#endif // BOOST_GEOMETRY_TEST_INTERSECTION_CASES_HPP
|
||||
|
@ -475,6 +475,6 @@ expected_results expected[] =
|
||||
}
|
||||
};
|
||||
|
||||
size_t expected_size = sizeof(expected) / sizeof(expected_results);
|
||||
size_t const expected_size = sizeof(expected) / sizeof(expected_results);
|
||||
|
||||
#endif // BOOST_GEOMETRY_TEST_INVERSE_CASES_HPP
|
||||
|
Loading…
x
Reference in New Issue
Block a user