id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6306,"boost:edge(u, v, reverse_graph) returns edge_decriptor of non-reverse graph",Alex Hagen-Zanker ,Jeremiah Willcock,"boost::edge(u ,v, reverse_graph) returns a edge_descriptor of the graph that underlies reverse_graph, rather than the reverse_graph itself. The following does not compile, when Graph is a reverse_graph: template void foo(Graph& graph) { boost::graph_traits::edge_descriptor e = boost::edge(0, 1, graph).first; } ",Bugs,closed,To Be Determined,graph,Boost 1.48.0,Problem,fixed,reverse_graph,