Remove a warning

This commit is contained in:
Guillaume Damiand 2022-01-18 14:30:21 +01:00
parent 28f685c2b1
commit d909084223
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ struct Test_is_valid_attribute_functor
amap.negate_mark(mark);
if ( !amap.is_whole_map_marked(mark) )
{
for ( typename CGAL::template CMap_dart_const_iterator_basic_of_cell<CMap,i>
for ( CGAL::CMap_dart_const_iterator_basic_of_cell<CMap,i>
it(*amap, adart, mark); it.cont(); ++it )
amap.unmark(it, mark);
}