C++ named requirements: TimedMutex (since C++11)
Min standard notice:
The TimedMutex requirements extend the TimedLockable requirements to include inter-thread synchronization.
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 2093 | C++11 | timeout-related exceptions were missing in the specification | mentioned |