Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75973 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2011-12-15 17:36:21


Author: jewillco
Date: 2011-12-15 17:36:20 EST (Thu, 15 Dec 2011)
New Revision: 75973
URL: http://svn.boost.org/trac/boost/changeset/75973

Log:
Applied patch from Jens Muller
Text files modified:
   trunk/boost/graph/leda_graph.hpp | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)

Modified: trunk/boost/graph/leda_graph.hpp
==============================================================================
--- trunk/boost/graph/leda_graph.hpp (original)
+++ trunk/boost/graph/leda_graph.hpp 2011-12-15 17:36:20 EST (Thu, 15 Dec 2011)
@@ -17,9 +17,9 @@
 #include <boost/graph/graph_traits.hpp>
 #include <boost/graph/properties.hpp>
 
-#include <LEDA/graph.h>
-#include <LEDA/node_array.h>
-#include <LEDA/node_map.h>
+#include <LEDA/graph/graph.h>
+#include <LEDA/graph/node_array.h>
+#include <LEDA/graph/node_map.h>
 
 // The functions and classes in this file allows the user to
 // treat a LEDA GRAPH object as a boost graph "as is". No
@@ -884,7 +884,7 @@
   inline
   typename boost::property_traits<
     typename boost::property_map<leda::GRAPH<vtype, etype>,PropertyTag>::const_type
-::value_type
+ >::value_type
   get(PropertyTag p, const leda::GRAPH<vtype, etype>& g, const Key& key) {
     return get(get(p, g), key);
   }


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