Boost logo

Boost Users :

From: David Ward (david.ward_at_[hidden])
Date: 2005-02-07 14:59:50


Boosters:

In our embedded environment, we compile everything with -fno-exceptions.
I'm getting errors
in the new program_options library because it has naked throw calls in it.
I did see a definition
of boost::throw_exception and changed the naked throw calls to use that.
That seems to work.

However, naked throw calls are littered throughout many of the libraries.
Is there some generic
way to get these libraries to compile with -fno-exceptions or do I have to
go through and change
all calls to throw to boost::throw_exception?

Thanks,

David Ward
Acterna



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net