Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-08-14 07:30:56


From: "Lars Gullik Bjønnes" <larsbj_at_[hidden]>
>
> We are currently compiling LyX without exceptions and are thus
> required to also compile Boost libs without exceptions. Some of the
> boost libs already have preprocessor switches to accomplish this, and
> some don't. [...]

The smart pointers should now work with BOOST_NO_EXCEPTIONS. Whenever the
library would, under normal circumstances, throw an exception, it will call

void boost::throw_exception(std::exception const & e); // user defined

Let me know if this a/ works b/ solves your problem.


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