Opened 10 years ago

Closed 10 years ago

#7345 closed Feature Requests (fixed)

C++11 compliance: Add noexcept to recursive mutexes try_lock

Reported by: viboes Owned by: viboes
Milestone: Boost 1.52.0 Component: thread
Version: Boost 1.51.0 Severity: Problem
Keywords: Cc:

Description

Comply with the C++11 standard, that defines

         bool try_lock() noexcept;

for recursive_mutex and recursive_timed_mutex.

Change History (5)

comment:1 by viboes, 10 years ago

Status: newassigned

comment:2 by viboes, 10 years ago

Version: Boost 1.51.0Boost 1.52.0

comment:3 by viboes, 10 years ago

Milestone: To Be DeterminedBoost 1.52.0
Version: Boost 1.52.0Boost 1.51.0

comment:4 by viboes, 10 years ago

Committed in trunk posix part [80449]. Committed in trunk windows part [80475].

comment:5 by viboes, 10 years ago

Resolution: fixed
Status: assignedclosed

Committed revision 80516.

Note: See TracTickets for help on using tickets.