Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2006-09-25 12:07:07


James Robertson wrote:
> Hi,
>
> Does anyone know whether it's possible to use boost without exception
> handling enabled? And if so, how would I go about doing that.
>
> Basically I'm getting an unresolved external symbol:
> boost::throw_exception(class std::exception const &)

Yes, but without exception support we don't know how you want errors
reported, so you have to define that API yourself to do whatever is logical
for your application.

John.


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