From 06644dcfaadfc27a7c11f0fc1f1982c742d28b58 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 5 Jun 2003 15:24:08 +0000 Subject: [PATCH] Replaced CGAL_TYPENAME_MSVC_NULL with template --- Packages/Kernel_d/include/CGAL/Delaunay_d.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Packages/Kernel_d/include/CGAL/Delaunay_d.h b/Packages/Kernel_d/include/CGAL/Delaunay_d.h index 20b1d8d2075..ad769b04f5b 100644 --- a/Packages/Kernel_d/include/CGAL/Delaunay_d.h +++ b/Packages/Kernel_d/include/CGAL/Delaunay_d.h @@ -926,7 +926,7 @@ all_vertices_below(const Lifted_hyperplane_d& h, } template -std::list< CGAL_TYPENAME_MSVC_NULL Delaunay_d::Vertex_handle > +std::list< typename Delaunay_d::Vertex_handle > Delaunay_d:: range_search(const Sphere_d& C) const { @@ -966,7 +966,7 @@ range_search(const Sphere_d& C) const template -std::list< CGAL_TYPENAME_MSVC_NULL Delaunay_d::Vertex_handle > +std::list< typename Delaunay_d::Vertex_handle > Delaunay_d:: range_search(const std::vector& A) const { @@ -992,7 +992,7 @@ range_search(const std::vector& A) const template -std::list< CGAL_TYPENAME_MSVC_NULL Delaunay_d::Simplex_handle > +std::list< typename Delaunay_d::Simplex_handle > Delaunay_d:: all_simplices(Delaunay_voronoi_kind k) const { @@ -1007,7 +1007,7 @@ all_simplices(Delaunay_voronoi_kind k) const } template -std::list< CGAL_TYPENAME_MSVC_NULL Delaunay_d::Vertex_handle > +std::list< typename Delaunay_d::Vertex_handle > Delaunay_d:: all_vertices(Delaunay_voronoi_kind k) const { @@ -1029,7 +1029,7 @@ all_vertices(Delaunay_voronoi_kind k) const template -std::list< CGAL_TYPENAME_MSVC_NULL Delaunay_d::Point_d > +std::list< typename Delaunay_d::Point_d > Delaunay_d:: all_points() const {