Boost C++ Libraries: Ticket #5180: boost subgraph remove_edge(e, g) bug in presenence of multi-edges https://svn.boost.org/trac10/ticket/5180 <p> The subgraph function remove_edge(e, g) removes all edges from source(e, g) -&gt; target(e, g) instead of only the specified one. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5180 Trac 1.4.3 joachim.falk@… Fri, 11 Feb 2011 15:04:49 GMT attachment set https://svn.boost.org/trac10/ticket/5180 https://svn.boost.org/trac10/ticket/5180 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">subgraph-remove-edge-e.patch</span> </li> </ul> <p> fixes the problem </p> Ticket anonymous Fri, 11 Feb 2011 15:19:16 GMT <link>https://svn.boost.org/trac10/ticket/5180#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5180#comment:1</guid> <description> <p> Replace NDEBGU by NDEBUG or eliminate debugging section in the supplied patch </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Fri, 11 Feb 2011 18:38:01 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/5180#comment:2 https://svn.boost.org/trac10/ticket/5180#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Andrew Sutton</span> to <span class="trac-author">Jeremiah Willcock</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Jeremiah Willcock Fri, 11 Feb 2011 18:42:15 GMT <link>https://svn.boost.org/trac10/ticket/5180#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5180#comment:3</guid> <description> <p> Has the patch (after the NDEBUG change) been tested? Boost.Build is broken for me right now so I can't test it myself. </p> </description> <category>Ticket</category> </item> <item> <author>joachim.falk@…</author> <pubDate>Mon, 14 Feb 2011 09:31:48 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5180#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5180#comment:4</guid> <description> <p> Now it has. I have built our project with the new patch with and without CPPFLAGS="-DNDEBUG". In addition to this, I also have rebuilt the boost lib 1.45 in both variant=debug and variant=release without any errors. </p> </description> <category>Ticket</category> </item> <item> <author>joachim.falk@…</author> <pubDate>Mon, 14 Feb 2011 09:34:42 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/5180 https://svn.boost.org/trac10/ticket/5180 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">subgraph-remove-edge-e.2.patch</span> </li> </ul> <p> fixed NDEBGU typo in patch </p> Ticket Jeremiah Willcock Wed, 16 Feb 2011 16:35:46 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5180#comment:5 https://svn.boost.org/trac10/ticket/5180#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</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/68949" title="Applied second patch from #5180; fixes #5180">[68949]</a>) Applied second patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5180" title="#5180: Bugs: boost subgraph remove_edge(e, g) bug in presenence of multi-edges (closed: fixed)">#5180</a>; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5180" title="#5180: Bugs: boost subgraph remove_edge(e, g) bug in presenence of multi-edges (closed: fixed)">#5180</a> </p> Ticket