Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52563 - trunk/boost/graph
From: asutton_at_[hidden]
Date: 2009-04-23 11:33:35


Author: asutton
Date: 2009-04-23 11:33:34 EDT (Thu, 23 Apr 2009)
New Revision: 52563
URL: http://svn.boost.org/trac/boost/changeset/52563

Log:
Added missing typedef for graph_property_type to adjacency_matrix class.

Text files modified:
   trunk/boost/graph/adjacency_matrix.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/graph/adjacency_matrix.hpp
==============================================================================
--- trunk/boost/graph/adjacency_matrix.hpp (original)
+++ trunk/boost/graph/adjacency_matrix.hpp 2009-04-23 11:33:34 EDT (Thu, 23 Apr 2009)
@@ -511,6 +511,7 @@
     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_<typename has_property<edge_property_type>::type,


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk