Subject: [Boost-bugs] [Boost C++ Libraries] #6313: some small fixes to get reverse_graph to work in trunk
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-22 10:25:55
#6313: some small fixes to get reverse_graph to work in trunk
-------------------------------------------------+--------------------------
Reporter: Alex Hagen-Zanker <ahh34@â¦> | Owner: jewillco
Type: Bugs | Status: new
Milestone: To Be Determined | Component: graph
Version: Boost 1.48.0 | Severity: Problem
Keywords: reverse_graph |
-------------------------------------------------+--------------------------
There seems to be a mistake in the operator[] to access edge (or vertex)
bundles using the new reverse_graph_edge_descriptor (or the old
graph_vertex_descriptor).
instead of graph[convert(descriptor)] it says convert(graph[descriptor])
which does not compile.
Also, I am using detail::reverse_graph_edge_property_map as a reverse
graph adaptor for edge_property_maps, but ran into missing default
constructor and const ref operator[](key)const{}, which are added in the
patch.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6313> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:08 UTC