mirror of https://github.com/CGAL/cgal
## Summary of Changes Replace a `std::set<Vertex_handle>` by a `std::set<std::pair<std::size_t,Vertex_handle>>` to make traversing the set deterministic. At the same time, do not `erase()` a key, but an `iterator`. ## Release Management * Affected package(s): Mesh_2 * Issue(s) solved (if any): fix #8719 * License and copyright ownership: unchanged |
||
|---|---|---|
| .. | ||
| demo/Mesh_2 | ||
| doc/Mesh_2 | ||
| examples/Mesh_2 | ||
| include/CGAL | ||
| package_info/Mesh_2 | ||
| test/Mesh_2 | ||
| TODO | ||