Opened 10 years ago
Closed 10 years ago
#7797 closed Feature Requests (fixed)
Add noexcept to conform with C++11 after #7278
Reported by: | viboes | Owned by: | chris_kohlhoff |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The ticket #7278 introduce some noexcept in virtual functions that makes derived classes overriding these functions to use BOOST_NOEXCEPT. The patch attached includes the needed changes for asio.
Note:
See TracTickets
for help on using tickets.
(In [82290]) Merge from trunk: