Opened 11 years ago
Closed 11 years ago
#6564 closed Bugs (fixed)
BGL copy constructor for subgraph does not track local vertices/edges
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | subgraph copy constructor | Cc: |
Description
For some reason (maybe because some ways of doing the copy would have added them automaticaly afterward), the local_vertex and local_edge properties of the subgraph are not copied in the copy constructor.
Attachments (2)
Change History (3)
by , 11 years ago
Attachment: | subgraph.hpp.patch added |
---|
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
suggested patch