$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Müller (jens.mueller_at_[hidden])
Date: 2007-02-21 11:30:18
David Abrahams wrote:
>
> Well, I'm not sure. Should BFS crash when used on an empty graph?
Well - I also passed it an invalid vertex descriptor:
*vertices(g).first, which was in that case equal to *vertices(g).second ...
It then crashed when BFS tried to get the out edge iterator ...