Move deprecated keyword

This commit is contained in:
Andreas Fabri 2023-01-18 09:22:20 +01:00 committed by GitHub
parent 3a88991ef2
commit 1b6e3b7d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ push_neighbors_of(const Vertex_const_handle start, const int ith,
} }
} }
CGAL_DEPRECATED template < class TPoly > template < class TPoly >
void T_PolyhedralSurf_rings <TPoly>:: CGAL_DEPRECATED void T_PolyhedralSurf_rings <TPoly>::
push_neighbours_of(const Vertex_const_handle start, const int ith, push_neighbours_of(const Vertex_const_handle start, const int ith,
std::vector < Vertex_const_handle > &nextRing, std::vector < Vertex_const_handle > &nextRing,
std::vector < Vertex_const_handle > &all) std::vector < Vertex_const_handle > &all)