[Boost-bugs] [Boost C++ Libraries] #4197: undirected_graph copy constructor

Subject: [Boost-bugs] [Boost C++ Libraries] #4197: undirected_graph copy constructor
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-05-06 16:16:23


#4197: undirected_graph copy constructor
--------------------------+-------------------------------------------------
 Reporter: anonymous | Owner: asutton
     Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: graph
  Version: Boost 1.42.0 | Severity: Problem
 Keywords: |
--------------------------+-------------------------------------------------
 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 );

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4197>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:03 UTC