Subject: [Boost-bugs] [Boost C++ Libraries] #8357: Add noexcept to lockfree operations
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-31 09:43:44
#8357: Add noexcept to lockfree operations
------------------------------+---------------------------------------------
Reporter: viboes | Owner: timblechmann
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: lockfree
Version: Boost 1.53.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
C++11 allows to specify when an operation is noexcept improving the
performances of the binary code.
As the lock-free operations don't throw any exception, it would be great
if the BOOST_NOEXCEPT is used for all of them.
While this could be seen as an optimization for lockfree operations, if
not added this is a problem for users wanting to declare their functions
using lockfree as noexcept.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8357> 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:12 UTC