Subject: [Boost-bugs] [Boost C++ Libraries] #8882: sequence_stack.hpp doesn't build without exception support
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-23 00:10:04
#8882: sequence_stack.hpp doesn't build without exception support
------------------------------+--------------------------
Reporter: gromer@⦠| Owner: eric_niebler
Type: Patches | Status: new
Milestone: To Be Determined | Component: xpressive
Version: Boost 1.53.0 | Severity: Problem
Keywords: |
------------------------------+--------------------------
boost/xpressive/detail/utility/sequence_stack.hpp contains a try/catch
block, which means it does not build on platforms that don't support
exceptions (or where exceptions are disabled). It should instead use the
facilities in boost/detail/no_exceptions_support.hpp, so that it works
correctly regardless of exception support.
The attached patch, relative to Boost 1.53.0, fixes the problem.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8882> 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