$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-08-13 05:21:01
Hi Jeremy,
> On Mon, 12 Aug 2002, Vladimir Prus wrote:
> ghost>
> ghost> strong_components requires that graph is directed, while I think
> that ghost> bidirectional should work as well.
> ghost>
> ghost> One way to fix that would be to use mpl's "count" to see if graph's
> direction ghost> tag is among allowed -- once MPL is on trunk.
>
> Actually, I think using is_convertible is the right way to do this.
I see you've changed strong_components.hpp to use it CVS. Thanks!
- Volodya