diff --git a/include/boost/graph/adjacency_matrix.hpp b/include/boost/graph/adjacency_matrix.hpp index 9a102d7b..91b00f93 100644 --- a/include/boost/graph/adjacency_matrix.hpp +++ b/include/boost/graph/adjacency_matrix.hpp @@ -511,6 +511,7 @@ namespace boost { typedef no_vertex_bundle vertex_bundled; typedef no_edge_bundle edge_bundled; #endif + typedef GraphProperty graph_property_type; public: // should be private typedef typename mpl::if_::type,