Boost C++ Libraries: Ticket #3695: back_edge in biconnected_components is not always called, when it should! https://svn.boost.org/trac10/ticket/3695 <p> The method back_edge of the user supplied DFS visitor in biconnected_components is not always called. </p> <p> Patch and small example attached. </p> <p> Greets Tobias </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3695 Trac 1.4.3 t.columbus@… Sun, 29 Nov 2009 20:04:19 GMT attachment set https://svn.boost.org/trac10/ticket/3695 https://svn.boost.org/trac10/ticket/3695 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">example.cc</span> </li> </ul> <p> Small example reproducing the wrong behaviour </p> Ticket t.columbus@… Sun, 29 Nov 2009 20:04:52 GMT attachment set https://svn.boost.org/trac10/ticket/3695 https://svn.boost.org/trac10/ticket/3695 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">biconnected_components.patch</span> </li> </ul> <p> Patch fixing the problem </p> Ticket Jeremiah Willcock Sun, 29 Nov 2009 20:43:52 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3695#comment:1 https://svn.boost.org/trac10/ticket/3695#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/58037" title="Added fix from bug 3695; fixes #3695">[58037]</a>) Added fix from bug 3695; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3695" title="#3695: Bugs: back_edge in biconnected_components is not always called, when it should! (closed: fixed)">#3695</a> </p> Ticket