Boost C++ Libraries: Ticket #4966: boost::subgraph self loops duplicated on add_vertex(globalVertexDesc, subGraph) https://svn.boost.org/trac10/ticket/4966 <p> Adding a vertex with a selfloop to a subgraph will create two self loops in the subgraph instead of only one. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4966 Trac 1.4.3 joachim.falk@… Wed, 08 Dec 2010 13:47:51 GMT attachment set https://svn.boost.org/trac10/ticket/4966 https://svn.boost.org/trac10/ticket/4966 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">subgraph.hpp.patch</span> </li> </ul> <p> Patch file fixing the duplicate vertex loop problem on subgraph vertex add </p> Ticket joachim.falk@… Wed, 08 Dec 2010 13:50:58 GMT <link>https://svn.boost.org/trac10/ticket/4966#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4966#comment:1</guid> <description> <p> Addendum: The subgraph must be a directed graph for the problem to be exhibited. </p> </description> <category>Ticket</category> </item> <item> <author>Vicente Botet <vicente.botet@…></author> <pubDate>Wed, 08 Dec 2010 16:35:25 GMT</pubDate> <title>type changed https://svn.boost.org/trac10/ticket/4966#comment:2 https://svn.boost.org/trac10/ticket/4966#comment:2 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> Ticket Jeremiah Willcock Wed, 08 Dec 2010 18:11:57 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4966#comment:3 https://svn.boost.org/trac10/ticket/4966#comment:3 <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/67110" title="Applied patch from #4966 to fix self-loop insertion; fixes #4966">[67110]</a>) Applied patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4966" title="#4966: Patches: boost::subgraph self loops duplicated on add_vertex(globalVertexDesc, ... (closed: fixed)">#4966</a> to fix self-loop insertion; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4966" title="#4966: Patches: boost::subgraph self loops duplicated on add_vertex(globalVertexDesc, ... (closed: fixed)">#4966</a> </p> Ticket