diff --git a/include/boost/graph/properties.hpp b/include/boost/graph/properties.hpp index 4ed1a669..3a313b17 100644 --- a/include/boost/graph/properties.hpp +++ b/include/boost/graph/properties.hpp @@ -387,7 +387,7 @@ namespace boost { namespace detail { template struct is_vertex_bundle - : mpl::and_, + : mpl::and_, mpl::and_ >, mpl::not_ > > > { };