Boost C++ Libraries: Ticket #5919: [Graph] named_graph small patch fixing removing_vertex called from remove_vertex https://svn.boost.org/trac10/ticket/5919 <p> named_graph&lt;&gt;::removing_vertex is called with a vertex descriptor parameter. The call to remove the vertex from the named_vertices.erase() expects a vertex_name_type as its parameter. </p> <p> I include a patch that looks up the name, and calls erase() with proper arguments. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5919 Trac 1.4.3 Patrick Liesveld <pliesvel@…> Wed, 21 Sep 2011 14:34:49 GMT attachment set https://svn.boost.org/trac10/ticket/5919 https://svn.boost.org/trac10/ticket/5919 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">named_graph_removing_vertex.patch</span> </li> </ul> <p> small patch fixing remove_vertex functionality </p> Ticket Jeremiah Willcock Wed, 28 Sep 2011 19:04:34 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5919#comment:1 https://svn.boost.org/trac10/ticket/5919#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/74602" title="Applied patch from #5919; fixes #5919">[74602]</a>) Applied patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5919" title="#5919: Patches: [Graph] named_graph small patch fixing removing_vertex called from ... (closed: fixed)">#5919</a>; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5919" title="#5919: Patches: [Graph] named_graph small patch fixing removing_vertex called from ... (closed: fixed)">#5919</a> </p> Ticket