Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73999 - trunk/libs/graph/test
From: jewillco_at_[hidden]
Date: 2011-08-21 21:44:09


Author: jewillco
Date: 2011-08-21 21:44:08 EDT (Sun, 21 Aug 2011)
New Revision: 73999
URL: http://svn.boost.org/trac/boost/changeset/73999

Log:
Fixed traits class name
Text files modified:
   trunk/libs/graph/test/test_construction.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph/test/test_construction.hpp
==============================================================================
--- trunk/libs/graph/test/test_construction.hpp (original)
+++ trunk/libs/graph/test/test_construction.hpp 2011-08-21 21:44:08 EDT (Sun, 21 Aug 2011)
@@ -65,7 +65,7 @@
 void build_property_graph(Graph const&, boost::mpl::true_, boost::mpl::false_) {
     using namespace boost;
     BOOST_CONCEPT_ASSERT((VertexMutablePropertyGraphConcept<Graph>));
- typedef typename vertex_property<Graph>::type VertexProp;
+ typedef typename vertex_property_type<Graph>::type VertexProp;
 
     std::cout << "...build mutable\n";
 


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