Subject: [Boost-bugs] [Boost C++ Libraries] #5293: support exception-handling feature in gcc
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-12 19:01:17
#5293: support exception-handling feature in gcc
------------------------------+---------------------------------------------
Reporter: arvid@⦠| Owner: vladimir_prus
Type: Patches | Status: new
Milestone: To Be Determined | Component: build
Version: Boost 1.46.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
It's not clear to me if the exception-handling is deliberately excluded
from the gcc toolset or not, given how small this change is, it almost
seems like it. Anyway, I can't see a reason not to support this feature
for GCC. Appending this at the end of build/v2/tools/gcc.jam makes it work
for me (on darwin).
{{{
toolset.flags gcc OPTIONS <exception-handling>off : -fno-exceptions ;
toolset.flags gcc OPTIONS <exception-handling>on : -fexceptions ;
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5293> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:05 UTC