mirror of https://github.com/CGAL/cgal
An index must be convertible to size_type and not size_t
This commit is contained in:
parent
149b73f1eb
commit
195b0c1f48
|
|
@ -448,7 +448,7 @@ public:
|
|||
{}
|
||||
|
||||
/// Get the underlying index
|
||||
operator size_t() const
|
||||
operator size_type() const
|
||||
{ return m_idx; }
|
||||
|
||||
// Constructor allowing to transform an index from one container to another
|
||||
|
|
|
|||
Loading…
Reference in New Issue