$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61955 - branches/release/boost/graph/distributed
From: dgregor_at_[hidden]
Date: 2010-05-13 13:15:02
Author: dgregor
Date: 2010-05-13 13:15:01 EDT (Thu, 13 May 2010)
New Revision: 61955
URL: http://svn.boost.org/trac/boost/changeset/61955
Log:
Export some typedefs from the base CSR graph type to the distributed CSR graph type
Text files modified: 
   branches/release/boost/graph/distributed/compressed_sparse_row_graph.hpp |     5 +++++                                   
   1 files changed, 5 insertions(+), 0 deletions(-)
Modified: branches/release/boost/graph/distributed/compressed_sparse_row_graph.hpp
==============================================================================
--- branches/release/boost/graph/distributed/compressed_sparse_row_graph.hpp	(original)
+++ branches/release/boost/graph/distributed/compressed_sparse_row_graph.hpp	2010-05-13 13:15:01 EDT (Thu, 13 May 2010)
@@ -86,6 +86,11 @@
                                       GraphProperty, Vertex, EdgeIndex>
     base_type;
 
+  // Export some typedefs from our base graph type.
+  typedef typename base_type::inherited_vertex_properties 
+    inherited_vertex_properties;
+  typedef typename base_type::forward_type forward_type;
+
   // -----------------------------------------------------------------
   // Graph concept requirements
   typedef Vertex vertex_descriptor;