diff --git a/include/boost/graph/detail/adjacency_list.hpp b/include/boost/graph/detail/adjacency_list.hpp index 5373b792..0fb20c19 100644 --- a/include/boost/graph/detail/adjacency_list.hpp +++ b/include/boost/graph/detail/adjacency_list.hpp @@ -1067,6 +1067,7 @@ namespace boost { PType& p = *(PType*)e.get_property(); detail::remove_directed_edge_dispatch(e, oel, p); detail::remove_directed_edge_dispatch(e, iel, p); + detail::remove_directed_edge_dispatch(e, g.m_edges, p); } inline void