Opened 11 years ago
Closed 11 years ago
#5919 closed Patches (fixed)
[Graph] named_graph small patch fixing removing_vertex called from remove_vertex
| Reported by: | Owned by: | doug_gregor | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | graph | 
| Version: | Boost Development Trunk | Severity: | Problem | 
| Keywords: | named_graph removing_vertex | Cc: | 
Description
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.
Attachments (1)
Change History (2)
by , 11 years ago
| Attachment: | named_graph_removing_vertex.patch added | 
|---|
comment:1 by , 11 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

small patch fixing remove_vertex functionality