mirror of https://github.com/CGAL/cgal
int -> size_type/std::size_t
This commit is contained in:
parent
c7feb6cc0c
commit
1a2118098b
|
|
@ -332,7 +332,7 @@ class Polygon_2 {
|
||||||
// Miscellaneous
|
// Miscellaneous
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
|
|
||||||
int size() const
|
std::size_t size() const
|
||||||
{ return d_container.size(); }
|
{ return d_container.size(); }
|
||||||
|
|
||||||
bool is_empty() const
|
bool is_empty() const
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue