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)
Change History (3)
by , 12 years ago
| Attachment: | patchfile.patch added |
|---|
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

patch