[function] -fno-exceptions

There's a bug report that function library fails to compile with -fno-exceptions, with a patch attached: https://svn.boost.org/trac/boost/ticket/2900 The patch seems pretty safe -- any objections if I apply it? I primarily care because there is a similar bug report against program_options, which I can't fix until function is similarly modified. Of course, there's still the approach to declare that we don't care about -fno-exceptions at all. - Volodya

On Jun 7, 2009, at 1:39 AM, Vladimir Prus <ghost@cs.msu.su> wrote:
There's a bug report that function library fails to compile with -fno-exceptions, with a patch attached:
https://svn.boost.org/trac/boost/ticket/2900
The patch seems pretty safe -- any objections if I apply it?
Please go ahead and apply. - Doug
participants (2)
-
Doug Gregor
-
Vladimir Prus