An index must be convertible to size_type and not size_t

This commit is contained in:
Guillaume Damiand 2022-07-22 11:46:15 +02:00
parent 149b73f1eb
commit 195b0c1f48
1 changed files with 1 additions and 1 deletions

View File

@ -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