From bca9560b24c85510a589360a252dfaf83cf61b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 18 Apr 2019 11:35:32 +0200 Subject: [PATCH] Moved 'using boost::...' to the proper function --- .../include/CGAL/Polygon_mesh_processing/stitch_borders.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h index f3944a46198..21855ea62d2 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h @@ -550,6 +550,9 @@ std::size_t stitch_boundary_cycle(const typename boost::graph_traits::halfedge_descriptor halfedge_descriptor; typedef typename GetVertexPointMap::const_type VPMap; @@ -656,9 +659,6 @@ template std::size_t stitch_boundary_cycles(PolygonMesh& pm, const NamedParameters& np) { - using boost::choose_param; - using boost::get_param; - typedef typename boost::graph_traits::halfedge_descriptor halfedge_descriptor; std::vector boundary_cycles;