id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6221,breadth_first_search calls tree_edge event point with wrapped edge when run on reverse_graph,pmachata@…,Jeremiah Willcock,"Probably a fallout of changeset [73997]. It seems one can get to the original edge by using the member ""EdgeDesc underlying_desc"". But I'm not sure whether this is the intended interface. The documentation of reverse_graph doesn't mention it. Besides, with ""straight"" graph, breadth_first_search calls tree_edge with unwrapped edge, so one can't reuse the same code for both cases. (Or they have to invent accessor wrappers.) Could this somehow be remedied? It doesn't seem intuitive to call tree_edge (and, presumably, others) with a wrapped edge instead of the edge itself. And it is inelegant that this is different for reverse graph than for ""straight"" graph.",Bugs,closed,To Be Determined,graph,Boost 1.48.0,Problem,wontfix,,