
25 Sep
2006
25 Sep
'06
4:07 p.m.
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.