Subject: [Boost-bugs] [Boost C++ Libraries] #5919: [Graph] named_graph small patch fixing removing_vertex called from remove_vertex
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-09-21 14:32:59
#5919: [Graph] named_graph small patch fixing removing_vertex called from
remove_vertex
---------------------------------------------------+------------------------
Reporter: Patrick Liesveld <pliesvel@â¦> | Owner: doug_gregor
Type: Patches | Status: new
Milestone: To Be Determined | Component: graph
Version: Boost Development Trunk | Severity: Problem
Keywords: named_graph removing_vertex |
---------------------------------------------------+------------------------
named_graph<>::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.
I include a patch that looks up the name, and calls erase() with proper
arguments.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5919> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC