Boost logo

Boost :

From: Emil Dotchevski (emil_at_[hidden])
Date: 2008-04-29 12:21:44


> on Mon Mar 10 2008, "Boris Gubenko" <Boris.Gubenko-AT-hp.com> wrote:
>
> > boost/exception/enable_exception_cloning.hpp uses std::bad_alloc
> > without #include'ing <new>. Because of this, some exception library
> > tests fail to compile on HP-UX.

There is no enable_exception_cloning.hpp in the current trunk code; it
was renamed some time ago to enable_current_exception.hpp, whuch
doesn't use std::bad_alloc.

That said, now there is a header boost/exception_ptr.hpp, which does
use std::bad_alloc without an #include <new>, I'll fix this shortly.

Emil Dotchevski
Reverge Studios, Inc.
http://www.revergestudios.com/reblog/index.php?n=ReCode


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