id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6313,some small fixes to get reverse_graph to work in trunk,Alex Hagen-Zanker ,Jeremiah Willcock,"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. ",Bugs,closed,To Be Determined,graph,Boost 1.48.0,Problem,fixed,reverse_graph,