Boost logo

Boost :

From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-07-04 16:51:11


Beman Dawes wrote:
>
> Kevlin Henney has finished "any", and the appropriate files have been
> checked into CVS.
>
> I added his any_test.cpp to the Boost regression tests. Works fine for
> Borland, GNU, Intel, and Microsoft compilers on Win32.

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.)

Other than that, looks good (now updating regression test results).

Jens Maurer


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk