Closed
Description
[ Note: If any of the wait functions exits via an exception, it is unspecified whether the
Lock
is held. One can use a Lock type that allows to query that, such as the unique_lock wrapper. — end note ]
This is not correct after LWG 2135 specified that terminate()
is called if the function fails to meet the postcondition (the lock is held by the calling thread).
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
jensmaurer commentedon Oct 6, 2017
Let's remove that note, then.
[thread.condition.condvarany] Remove note made incorrect by LWG 2135.
[thread.condition.condvarany] Remove note made incorrect by LWG 2135.
[thread.condition.condvarany] Remove note made incorrect by LWG 2135.