diff --git a/Combinatorial_map/include/CGAL/Compact_container_with_index.h b/Combinatorial_map/include/CGAL/Compact_container_with_index.h index 3029126913e..b741d76dee0 100644 --- a/Combinatorial_map/include/CGAL/Compact_container_with_index.h +++ b/Combinatorial_map/include/CGAL/Compact_container_with_index.h @@ -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)); }