Opened 10 years ago
Closed 10 years ago
#7279 closed Feature Requests (fixed)
C++11 compliance: Add noexcept in system related functions
| Reported by: | viboes | Owned by: | viboes |
|---|---|---|---|
| Milestone: | Boost 1.53.0 | Component: | thread |
| Version: | Boost 1.51.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
error_code make_error_code(future_errc e) noexcept;
error_condition make_error_condition(future_errc e) noexcept;
const error_category& future_category() noexcept;
Depends on Ticket on Boost.System #7278: Add noexcept to conform with C++11
Change History (3)
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
| Summary: | Add noexcept in system related functions → C++11 compliance: Add noexcept in system related functions |
|---|
comment:3 by , 10 years ago
| Milestone: | To Be Determined → Boost 1.53.0 |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
