Opened 12 years ago

Closed 12 years ago

#4197 closed Bugs (fixed)

undirected_graph copy constructor

Reported by: anonymous Owned by: Jeremiah Willcock
Milestone: Boost 1.43.0 Component: graph
Version: Boost 1.42.0 Severity: Problem
Keywords: Cc:

Description

I'm having trouble getting the undirected_graph copy constructor to compile (VS 2008 and 2010). It seems that the simple change attached would fix the problem.

To reproduce: #include <boost/graph/undirected_graph.hpp> typedef boost::undirected_graph<> Graph; Graph g; Graph h( g );

Attachments (1)

patchfile.patch (545 bytes ) - added by Alec Chapman <archapm@…> 12 years ago.
patch

Download all attachments as: .zip

Change History (3)

by Alec Chapman <archapm@…>, 12 years ago

Attachment: patchfile.patch added

patch

comment:1 by Jeremiah Willcock, 12 years ago

Owner: changed from Andrew Sutton to Jeremiah Willcock
Status: newassigned

comment:2 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: assignedclosed

(In [61824]) Applied patch from #4197 to fix copy constructor; fixes #4197

Note: See TracTickets for help on using tickets.