Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69430 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2011-02-28 22:20:31


Author: jewillco
Date: 2011-02-28 22:20:29 EST (Mon, 28 Feb 2011)
New Revision: 69430
URL: http://svn.boost.org/trac/boost/changeset/69430

Log:
Removed superseded workaround from reverse_graph
Text files modified:
   trunk/boost/graph/reverse_graph.hpp | 6 ------
   1 files changed, 0 insertions(+), 6 deletions(-)

Modified: trunk/boost/graph/reverse_graph.hpp
==============================================================================
--- trunk/boost/graph/reverse_graph.hpp (original)
+++ trunk/boost/graph/reverse_graph.hpp 2011-02-28 22:20:29 EST (Mon, 28 Feb 2011)
@@ -90,12 +90,6 @@
     typename graph::detail::bundled_result<BidirectionalGraph, Descriptor>::type const&
     operator[](Descriptor x) const
     { return m_g[x]; }
-
- typename boost::graph_property_type<base_type>::type& operator[](graph_bundle_t)
- { return get_property(*this); }
-
- typename boost::graph_property_type<base_type>::type const& operator[](graph_bundle_t) const
- { return get_property(*this); }
 #endif // BOOST_GRAPH_NO_BUNDLED_PROPERTIES
 
     static vertex_descriptor null_vertex()


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