id summary reporter owner description type status milestone component version severity resolution keywords cc 6391 New reverse_graph edge descriptor type breaks shared property maps tiago@… Jeremiah Willcock "The newly implemented data type for the edge descriptor of reversed_graph does not allow for the transparent sharing of edge property maps between the base and reversed graphs, which was possible with the old code (< 1.48), since its type is not related to the base graph. This is a very useful feature, and I think it should be preserved. I'm sending attached a patch which makes the reversed edge descriptior a derived class from the base edge descriptor. This makes the type itself distinct from the base graph, avoiding any ambiguities, while at the same time preserving interchangeability with the base descriptor when required, e.g. when accessing property maps. This also makes the code a bit more elegant." Bugs new To Be Determined graph Boost 1.48.0 Regression reverse_graph