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: ernest.galbrun@… 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)

subgraph.hpp.patch (574 bytes ) - added by ernest.galbrun@… 11 years ago.
suggested patch
subgraph.hpp.2.patch (1.3 KB ) - added by ernest.galbrun@… 11 years ago.
patch

Download all attachments as: .zip

Change History (3)

by ernest.galbrun@…, 11 years ago

Attachment: subgraph.hpp.patch added

suggested patch

by ernest.galbrun@…, 11 years ago

Attachment: subgraph.hpp.2.patch added

patch

comment:1 by Jeremiah Willcock, 11 years ago

Resolution: fixed
Status: newclosed

(In [77223]) Applied patch from #6564; fixes #6564

Note: See TracTickets for help on using tickets.