cgal/Mesh_2/include/CGAL
Laurent Rineau eb080638fc Fix an error with -D_GLIBCXX_DEBUG -D_GLIBCPP_CONCEPT_CHECKS
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));
2007-02-23 13:01:04 +00:00
..
IO Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
Mesh_2 Cosmetic changes in this file: rename "z" to "zone", and the boolean 2006-12-07 15:57:16 +00:00
Delaunay_mesh_area_criteria_2.h Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
Delaunay_mesh_criteria_2.h modify comments after discussion with Jane Tournois. 2006-10-25 15:41:37 +00:00
Delaunay_mesh_face_base_2.h - fix a Rebind bug in <CGAL/Delaunay_mesh_face_base_2.h>, reported by 2006-07-25 09:25:45 +00:00
Delaunay_mesh_local_size_criteria_2.h Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
Delaunay_mesh_size_criteria_2.h Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
Delaunay_mesher_2.h Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
Double_map.h Fix an error with -D_GLIBCXX_DEBUG -D_GLIBCPP_CONCEPT_CHECKS 2007-02-23 13:01:04 +00:00
Filter_circulator.h Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
Mesher_level.h - new debug macros: 2006-07-10 09:13:23 +00:00
Mesher_level_default_implementations.h Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
Mesher_level_visitors.h Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
Triangulation_conformer_2.h Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00