[Boost-bugs] [Boost C++ Libraries] #9463: Boost subgraph copy constructor in 1.55.0 not working properly but works well i 1.46.0

Subject: [Boost-bugs] [Boost C++ Libraries] #9463: Boost subgraph copy constructor in 1.55.0 not working properly but works well i 1.46.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-12-03 07:05:01


#9463: Boost subgraph copy constructor in 1.55.0 not working properly but works
well i 1.46.0
-----------------------------------------------+----------------------
 Reporter: Mayur Narkhede <mayur_narkhede@…> | Owner: jewillco
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: graph
  Version: Boost 1.55.0 | Severity: Problem
 Keywords: subgraph, copy constructor |
-----------------------------------------------+----------------------
 While using the boost 1.46.0, the copy constructor worked well to copy all
 deep level subgraphs. In this a recursive call to new subgraph is invoked
 while iterating over subgraphs hence it works well.
 But for boost 1.55.0, children iterator is used to iterate over subgraphs
 and as children iterator is able to iterate over only next level
 subgraphs, it do not perform deep copy and hence deep level subgraphs are
 not getting copied properly.
 I think children iterator should be made to iterate all deep level
 subgraphs so as to make it work like 1.46.0

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9463>
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:14 UTC