mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
[test] Change size type in wrapped_boost_array from int to std::size_t
This commit is contained in:
parent
df40ef3bc7
commit
3322234f6a
@ -30,7 +30,7 @@ struct wrapped_boost_array
|
||||
inline wrapped_boost_array() : size(0) {}
|
||||
|
||||
boost::array<Point, Count> array;
|
||||
int size;
|
||||
std::size_t size;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user