From a8c5601d15536696974a37464ff228f86282b1bb Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Sun, 16 May 2010 13:41:40 +0000 Subject: [PATCH] Add 'using' for ansi compliance --- Convex_hull_d/include/CGAL/Delaunay_d.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Convex_hull_d/include/CGAL/Delaunay_d.h b/Convex_hull_d/include/CGAL/Delaunay_d.h index a5359059f87..5ba7642e477 100644 --- a/Convex_hull_d/include/CGAL/Delaunay_d.h +++ b/Convex_hull_d/include/CGAL/Delaunay_d.h @@ -99,6 +99,15 @@ public: using Base::associate_vertex_with_simplex; using Base::dcur; + using Base::hyperplane_supporting; + using Base::visited_mark; + using Base::is_bounded_simplex; + using Base::is_unbounded_simplex; + using Base::clear_visited_marks; + using Base::is_dimension_jump; + using Base::point_of_simplex; + using Base::point_of_facet; + using Base::vertex_of_facet; /*{\Mgeneralization Convex_hull_d}*/