This commit is contained in:
Guillaume Damiand 2022-06-02 14:58:02 +02:00
parent eec4cad774
commit 05601c65b4
1 changed files with 2 additions and 2 deletions

View File

@ -949,8 +949,8 @@ namespace internal {
// If it's not begin(), then it's valid, we can do --.
do
{
CGAL_assertion(m_index>0);
--m_index;
CGAL_assertion(m_index>0);
--m_index;
}
while(!m_ptr_to_cc->is_used(m_index));
}