Opened 8 years ago

Last modified 7 years ago

#10449 new Bugs

directed_graph copy constructor

Reported by: philip.pfaffe@… 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)

directed_graph_copy_ctor.patch (540 bytes ) - added by philip.pfaffe@… 8 years ago.

Download all attachments as: .zip

Change History (2)

by philip.pfaffe@…, 8 years ago

comment:1 by arne.boeckmann@…, 7 years ago

This bug is still present in 1.60 and the patch is already 18 months old. Any eta on when this might be fixed?

Note: See TracTickets for help on using tickets.