diff --git a/BGL/include/CGAL/boost/graph/Face_filtered_graph.h b/BGL/include/CGAL/boost/graph/Face_filtered_graph.h index ffaedbf181e..38ff5c9814a 100644 --- a/BGL/include/CGAL/boost/graph/Face_filtered_graph.h +++ b/BGL/include/CGAL/boost/graph/Face_filtered_graph.h @@ -650,6 +650,17 @@ degree(typename boost::graph_traits +typename boost::graph_traits::degree_size_type +degree(typename boost::graph_traits >::face_descriptor f, + const Face_filtered_graph& w) +{ + return degree(f, w.graph()); +} + template