diff --git a/Mesh_3/include/CGAL/Mesh_complex_3_in_triangulation_3.h b/Mesh_3/include/CGAL/Mesh_complex_3_in_triangulation_3.h index 47166e6c768..515e49ac072 100644 --- a/Mesh_3/include/CGAL/Mesh_complex_3_in_triangulation_3.h +++ b/Mesh_3/include/CGAL/Mesh_complex_3_in_triangulation_3.h @@ -75,7 +75,7 @@ public: typedef CurveIndex Curve_index; #ifndef CGAL_NO_DEPRECATED_CODE - typedef CurveIndex Curve_segment_index CGAL_DEPRECATED; + typedef CurveIndex Curve_segment_index; #endif typedef typename Base::Triangulation Triangulation; 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 b739c815753..7deb9e3d220 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 @@ -538,7 +538,7 @@ public: typedef int Corner_index; #ifndef CGAL_NO_DEPRECATED_CODE - typedef Curve_index Curve_segment_index CGAL_DEPRECATED; + typedef Curve_index Curve_segment_index; #endif typedef typename Base::R Gt; diff --git a/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h b/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h index 4f820ffffcf..72ed02ffe8b 100644 --- a/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h +++ b/Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h @@ -227,7 +227,7 @@ public: typedef typename Base::Subdomain_index Subdomain_index; #ifndef CGAL_NO_DEPRECATED_CODE - typedef Curve_index Curve_segment_index CGAL_DEPRECATED; ///< Backward-compatibility + typedef Curve_index Curve_segment_index; ///< Backward-compatibility #endif typedef typename boost::property_map