$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2001-03-17 21:20:08
----- Original Message -----
From: "Jeff Garland" <jeff_at_[hidden]>
> I prefer to core dump too, but again not every application can
> take this approach. So, not making this an option will
> exclude the use of Boost.threads (and the Boost libraries
> which depend on boost threads) from those applications.
> Just as a point of reference, I don't think there are any
> C++ standard library implementations that take the assert
> approach.
STLport in debug mode. I think you can configure it to throw exceptions,
too, but I'm not sure. Assertions are the default.
-Dave