Subject: [Boost-bugs] [Boost C++ Libraries] #8716: [string_ref] Please make it work on exception-disabled environments
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-20 12:35:47
#8716: [string_ref] Please make it work on exception-disabled environments
-------------------------------------------+---------------------------
Reporter: Adam Romanek <romanek.adam@â¦> | Owner: no-maintainer
Type: Bugs | Status: new
Milestone: To Be Determined | Component: utility
Version: Boost 1.53.0 | Severity: Problem
Keywords: |
-------------------------------------------+---------------------------
At the moment, boost::string_ref does not work on exception-disabled
environments because it uses raw 'throw' keyword for throwing exceptions.
The attached patch switches boost::string_ref to use
boost::throw_exception().
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8716> 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