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 , 10 years ago
| Status: | new → assigned |
|---|
comment:2 by , 10 years ago
| Version: | Boost 1.51.0 → Boost 1.52.0 |
|---|
comment:3 by , 10 years ago
| Milestone: | To Be Determined → Boost 1.52.0 |
|---|---|
| Version: | Boost 1.52.0 → Boost 1.51.0 |
comment:4 by , 10 years ago
Note:
See TracTickets
for help on using tickets.

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