Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10231: [graph] finish_edge seems never to get called in depth_first_search
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-05-01 20:14:16
#10231: [graph] finish_edge seems never to get called in depth_first_search
-------------------------------+----------------------
Reporter: Alex <alxlaus@â¦> | Owner: jewillco
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: graph
Version: Boost 1.56.0 | Severity: Problem
Resolution: fixed | Keywords:
-------------------------------+----------------------
Changes (by noel_belcourt):
* status: new => closed
* resolution: => fixed
Comment:
I just pushed your github PR, the output is now correct:
kbelco$ ./finish_edge_bug
The example graph:
0 --> 1 2
1 --> 2
2 --> 0
finish_edge: (2,0)
finish_edge: (1,2)
finish_edge: (0,1)
finish_edge: (0,2)
We'll have to monitor tests and fix older compilers that can't handle this
code. Thanks for the bug report.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10231#comment:9> 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:20 UTC