diff --git a/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h b/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h index ab3cbe353f3..9b0acad0868 100644 --- a/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h +++ b/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h @@ -1272,9 +1272,11 @@ public: // todo: this should compress the array } -// //undocumented convenience function that allows to get old-index->new-index information -// template -// void collect_garbage(Visitor& visitor); + // undocumented convenience function that allows to get old-index->new-index information + template + void collect_garbage(Visitor& visitor) { + // todo: this should compress the array and remap indices + } /// controls the recycling or not of simplices previously marked as removed /// upon addition of new elements.