diff --git a/BGL/include/CGAL/boost/graph/named_function_params.h b/BGL/include/CGAL/boost/graph/named_function_params.h index 2cb5720c9b6..7763ac2e1fd 100644 --- a/BGL/include/CGAL/boost/graph/named_function_params.h +++ b/BGL/include/CGAL/boost/graph/named_function_params.h @@ -72,6 +72,7 @@ namespace CGAL { enum edge_is_constrained_params_t { edge_is_constrained_params } ; #if BOOST_VERSION >= 105100 + template struct cgal_bgl_named_params : boost::bgl_named_params { @@ -344,6 +345,14 @@ namespace CGAL { return Params(p); } + template + cgal_bgl_named_params + halfedge_index_map(IndexMap const& p) + { + typedef cgal_bgl_named_params Params; + return Params(p); + } + template cgal_bgl_named_params vertex_point_map(PointMap const& p)