Opened 10 years ago
#8357 new Feature Requests
Add noexcept to lockfree operations
Reported by: | viboes | Owned by: | timblechmann |
---|---|---|---|
Milestone: | To Be Determined | Component: | lockfree |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.