diff --git a/Packages/Triangulation_3/include/CGAL/Delaunay_triangulation_3.h b/Packages/Triangulation_3/include/CGAL/Delaunay_triangulation_3.h index 09076fa94ff..350e3c8651c 100644 --- a/Packages/Triangulation_3/include/CGAL/Delaunay_triangulation_3.h +++ b/Packages/Triangulation_3/include/CGAL/Delaunay_triangulation_3.h @@ -413,15 +413,15 @@ fill_hole_3D( std::set & boundhole, Vertex_handle v[3]; // current facet Vertex_handle vf1,vf2,vf3; - typename std::set oppvert; // vertices of the hole + std::set oppvert; // vertices of the hole // that are all copsherical with the current facet and whose sphere // is empty typename std::set::iterator bv; - typename std::list cosph_bound; // facets of boundhole that + std::list cosph_bound; // facets of boundhole that // are cospherical with the vertices of oppvert - typename std::list not_violate; - typename std::list for_next; // facets created or not used by + std::list not_violate; + std::list for_next; // facets created or not used by // the current vertex // the facets in these sets will always be given by the cell