Opened 8 years ago
Last modified 7 years ago
#10449 new Bugs
directed_graph copy constructor
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.56.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The copy constructor of directed_graph is broken.
This is virtually identical to ticket #4197:
Steps to reproduce:
#include <boost/graph/directed_graph.hpp> typedef boost::directed_graph<> Graph; Graph g; Graph h( g );
Attachments (1)
Change History (2)
by , 8 years ago
Attachment: | directed_graph_copy_ctor.patch added |
---|
comment:1 by , 7 years ago
Note:
See TracTickets
for help on using tickets.
This bug is still present in 1.60 and the patch is already 18 months old. Any eta on when this might be fixed?