mirror of https://github.com/CGAL/cgal
Replaced CGAL_TYPENAME_MSVC_NULL with template
This commit is contained in:
parent
e6edfced11
commit
06644dcfaa
|
|
@ -926,7 +926,7 @@ all_vertices_below(const Lifted_hyperplane_d& h,
|
|||
}
|
||||
|
||||
template <typename R, typename Lifted_R>
|
||||
std::list< CGAL_TYPENAME_MSVC_NULL Delaunay_d<R,Lifted_R>::Vertex_handle >
|
||||
std::list< typename Delaunay_d<R,Lifted_R>::Vertex_handle >
|
||||
Delaunay_d<R,Lifted_R>::
|
||||
range_search(const Sphere_d& C) const
|
||||
{
|
||||
|
|
@ -966,7 +966,7 @@ range_search(const Sphere_d& C) const
|
|||
|
||||
|
||||
template <typename R, typename Lifted_R>
|
||||
std::list< CGAL_TYPENAME_MSVC_NULL Delaunay_d<R,Lifted_R>::Vertex_handle >
|
||||
std::list< typename Delaunay_d<R,Lifted_R>::Vertex_handle >
|
||||
Delaunay_d<R,Lifted_R>::
|
||||
range_search(const std::vector<Point_d>& A) const
|
||||
{
|
||||
|
|
@ -992,7 +992,7 @@ range_search(const std::vector<Point_d>& A) const
|
|||
|
||||
|
||||
template <typename R, typename Lifted_R>
|
||||
std::list< CGAL_TYPENAME_MSVC_NULL Delaunay_d<R,Lifted_R>::Simplex_handle >
|
||||
std::list< typename Delaunay_d<R,Lifted_R>::Simplex_handle >
|
||||
Delaunay_d<R,Lifted_R>::
|
||||
all_simplices(Delaunay_voronoi_kind k) const
|
||||
{
|
||||
|
|
@ -1007,7 +1007,7 @@ all_simplices(Delaunay_voronoi_kind k) const
|
|||
}
|
||||
|
||||
template <typename R, typename Lifted_R>
|
||||
std::list< CGAL_TYPENAME_MSVC_NULL Delaunay_d<R,Lifted_R>::Vertex_handle >
|
||||
std::list< typename Delaunay_d<R,Lifted_R>::Vertex_handle >
|
||||
Delaunay_d<R,Lifted_R>::
|
||||
all_vertices(Delaunay_voronoi_kind k) const
|
||||
{
|
||||
|
|
@ -1029,7 +1029,7 @@ all_vertices(Delaunay_voronoi_kind k) const
|
|||
|
||||
|
||||
template <typename R, typename Lifted_R>
|
||||
std::list< CGAL_TYPENAME_MSVC_NULL Delaunay_d<R,Lifted_R>::Point_d >
|
||||
std::list< typename Delaunay_d<R,Lifted_R>::Point_d >
|
||||
Delaunay_d<R,Lifted_R>::
|
||||
all_points() const
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue