$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Richard Jepps (yg-boost-users_at_[hidden])
Date: 2003-07-03 08:50:05
Jim,
> Please see the thread entitled "[BGL] Best way to abort an algorithm from
within a visitor?":
> http://groups.yahoo.com/group/Boost-Users/message/1819
Thanks for this - it seems there are two strongly held and opposite
opinions:
1. Throw an exception from a visitor and don't put an extra termination
check in the algorithm.
2. Don't use an exception, modify the algorithm.
I'll pick one :-)
Thanks
Richard