From 450b60114c8a07f1f4fd18d49e05ea3b5c0e7cdb Mon Sep 17 00:00:00 2001 From: Andrew Sutton Date: Thu, 23 Apr 2009 15:33:34 +0000 Subject: [PATCH] Added missing typedef for graph_property_type to adjacency_matrix class. [SVN r52563] --- include/boost/graph/adjacency_matrix.hpp | 1 + 1 file changed, 1 insertion(+) 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,