[Boost-bugs] [Boost C++ Libraries] #13000: Please use BOOST_NOEXCEPT_OR_NOTHROW

Subject: [Boost-bugs] [Boost C++ Libraries] #13000: Please use BOOST_NOEXCEPT_OR_NOTHROW
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-05-01 01:27:12


#13000: Please use BOOST_NOEXCEPT_OR_NOTHROW
------------------------------+------------------------
 Reporter: viboes | Owner: bemandawes
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: system
  Version: Boost 1.63.0 | Severity: Problem
 Keywords: |
------------------------------+------------------------
 When compiling with -Wdeprecated we get this warning

 {{{
 ../../../boost/system/system_error.hpp:47:31: error: dynamic exception
 specifications are deprecated [-Werror,-Wdeprecated-dynamic-exception-
 spec]
       virtual ~system_error() throw() {}
                               ^~~~~~~
 ../../../boost/system/system_error.hpp:47:31: note: use 'noexcept' instead

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/13000>
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-05-01 01:34:56 UTC