C++ named requirements: Mutex (since C++11)
Min standard notice:
The Mutex requirements extends the Lockable requirements to include inter-thread synchronization.
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 2309 | C++11 | lock might throw std::system_errorwith error code std::errc::device_or_resource_busy | not allowed |