Subject: [Boost-bugs] [Boost C++ Libraries] #8717: Please make the library work on exception-disabled environments
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-20 12:42:40
#8717: Please make the library work on exception-disabled environments
-------------------------------------------+---------------------
Reporter: Adam Romanek <romanek.adam@â¦> | Owner: ebf
Type: Bugs | Status: new
Milestone: To Be Determined | Component: variant
Version: Boost 1.53.0 | Severity: Problem
Keywords: |
-------------------------------------------+---------------------
Please make boost::variant work on exception-disabled environments.
The problem is that boost::variant uses raw 'throw' and 'try/catch'
keywords which make using the library on exception-disabled environments
impossible.
The attached patch for v1.53.0 switches to boost::throw_exception() and
Boost's macros for try / rethrow / catch.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8717> 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:13 UTC