$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-07-04 16:54:41
Jens Maurer wrote:
> Needed an empty throw() spec on the any destructor to work with gcc 3.0
> (I've added this to the CVS.)
>
> (The base class std::exception has an empty throw() spec on its
> virtual destructor by specification, a derived function cannot have
> a looser (i.e. no) throw spec.)
Sorry, it's too late in the night here. Replace all of "any" mentioned
above with test::failure from test.hpp, delivered with the any
library.
Jens Maurer