mirror of https://github.com/CGAL/cgal
Add no-op collect_garbage(visitor) method for backwards compatibility
This commit is contained in:
parent
ce2c7a9ef5
commit
48b502e5bb
|
|
@ -1272,9 +1272,11 @@ public:
|
||||||
// todo: this should compress the array
|
// todo: this should compress the array
|
||||||
}
|
}
|
||||||
|
|
||||||
// //undocumented convenience function that allows to get old-index->new-index information
|
// undocumented convenience function that allows to get old-index->new-index information
|
||||||
// template <typename Visitor>
|
template <typename Visitor>
|
||||||
// void collect_garbage(Visitor& visitor);
|
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
|
/// controls the recycling or not of simplices previously marked as removed
|
||||||
/// upon addition of new elements.
|
/// upon addition of new elements.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue