$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [graph] strong_components & depth_first_visit feature proposal
From: Jeremy Murphy (jeremy.william.murphy_at_[hidden])
Date: 2014-08-26 21:28:50
On 30 July 2014 22:14, Alexander Lauser <alxlaus_at_[hidden]> wrote:
>
> * Another minor question: Why are not all events of a
> DFS-visitor optional (like finish_edge is)? I think this would make
> implementing a partial DFS-visitors easier (by not having to derive from
> dfs_visitor in order to provide events that one is not interested in).
Have you tried deriving from default_dfs_visitor?
Jeremy