id summary reporter owner description type status milestone component version severity resolution keywords cc 3137 discover_vertex called after tree_edge in breadth_first_visit anonymous Jeremiah Willcock "discover_vertex(target(e, g), g) should be called before tree_edge(e, g). This was the case at one point but in r8769 the order was switched. (The documentation for breadth_first_visit still reflects the original behavior.) Calling discover_vertex before tree_edge seems to make the most sense since it provides a single place to initialize properties for vertices before they are seen as the source or target of an edge." Bugs closed Boost 1.40.0 graph Boost Development Trunk Problem wontfix