$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-08-13 11:13:07
On Tuesday 13 August 2002 10:00 am, Peter Dimov wrote:
> To get "exceptionless" support into this release, I need a resolution on
> the "Boost user error handler policy." Is ::boost_throw() acceptable? If
> not, is
>
> namespace boost
> {
> void throw_exception(std::exception const & e); // user defined
> }
>
> acceptable?
I like the latter, but either is fine.
Doug