diff --git a/Surface_mesh/include/CGAL/boost/graph/properties_Surface_mesh_features.h b/Surface_mesh/include/CGAL/boost/graph/properties_Surface_mesh_features.h index 8cd0756cd5f..0f3706f83a3 100644 --- a/Surface_mesh/include/CGAL/boost/graph/properties_Surface_mesh_features.h +++ b/Surface_mesh/include/CGAL/boost/graph/properties_Surface_mesh_features.h @@ -140,7 +140,7 @@ CGAL_PROPERTY_SURFACE_MESH_RETURN_TYPE(CGAL::edge_is_feature_t) inline get(CGAL::edge_is_feature_t, const Surface_mesh

& smesh) { typedef typename boost::graph_traits >::edge_descriptor edge_descriptor; - return smesh. template property_map("e:is_feature", false).first; + return smesh. template property_map("e:is_feature").first; }