Subject: [Boost-bugs] [Boost C++ Libraries] #10449: directed_graph copy constructor
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-09-03 13:48:12
#10449: directed_graph copy constructor
------------------------------+----------------------
Reporter: philip.pfaffe@⦠| Owner: jewillco
Type: Bugs | Status: new
Milestone: To Be Determined | Component: graph
Version: Boost 1.56.0 | Severity: Problem
Keywords: |
------------------------------+----------------------
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 );
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10449> 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:16 UTC