mirror of https://github.com/CGAL/cgal
The following (commented) line triggered the error:
direct_func[rit->second] = rit;
The new following line fixes the bug. Actually, it is even more
efficient.
direct_func.insert(std::make_pair(rit->second, rit));
|
||
|---|---|---|
| .. | ||
| IO | ||
| Mesh_2 | ||
| Delaunay_mesh_area_criteria_2.h | ||
| Delaunay_mesh_criteria_2.h | ||
| Delaunay_mesh_face_base_2.h | ||
| Delaunay_mesh_local_size_criteria_2.h | ||
| Delaunay_mesh_size_criteria_2.h | ||
| Delaunay_mesher_2.h | ||
| Double_map.h | ||
| Filter_circulator.h | ||
| Mesher_level.h | ||
| Mesher_level_default_implementations.h | ||
| Mesher_level_visitors.h | ||
| Triangulation_conformer_2.h | ||