$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eric Woodruff (Eric.Woodruff_at_[hidden])
Date: 2002-08-16 11:47:19
Since we have an opportunity to catch the transportable_exception and an
std::exception&, we can provide support for both paradigms. This means that
a thread function that doesn't properly use boost::throw_exception will have
to have its exceptions thrown as pointers (whenever a reference is specified
in the exception list).
Does everyone welcome this additional support? It will require good
documentation.