Move deprecated keyword

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

View File

@ -82,8 +82,8 @@ push_neighbors_of(Vertex * start, int ith,
}
}
CGAL_DEPRECATED template < class TPoly , class VertexPropertyMap>
void T_PolyhedralSurf_rings <TPoly, VertexPropertyMap>::
template < class TPoly , class VertexPropertyMap>
CGAL_DEPRECATED void T_PolyhedralSurf_rings <TPoly, VertexPropertyMap>::
push_neighbours_of(Vertex * start, int ith,
std::vector < Vertex * >&nextRing,
std::vector < Vertex * >&all,