From 2c98528a97a0f7eb385e8e49e714bc10e045f44b Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Mon, 29 Sep 2025 11:32:53 +0200 Subject: [PATCH] avoid redefinition of Polyline --- Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h b/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h index baa51e964d6..9544313d071 100644 --- a/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h +++ b/Mesh_3/include/CGAL/Mesh_domain_with_polyline_features_3.h @@ -968,8 +968,6 @@ private: private: typedef std::map Corners; - - typedef Mesh_3::internal::Polyline Polyline; typedef std::map Edges; typedef std::map Edges_incidences; typedef std::map > Corners_tmp_incidences;