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.