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 viboes, 10 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 10 years ago

Summary: Add noexcept in system related functionsC++11 compliance: Add noexcept in system related functions

comment:3 by viboes, 10 years ago

Milestone: To Be DeterminedBoost 1.53.0
Resolution: fixed
Status: assignedclosed

Committed in trunk [81963]

Note: See TracTickets for help on using tickets.