Created on 2011-10-20.00:00:00 last changed 130 months ago
Proposed resolution:
This wording is relative to N3337.
Change [thread.timedmutex.requirements]/4 as indicated:
condition_variable_any();[…]
-4- Error conditions:
- resource_unavailable_try_again —
if any native handle type manipulated is not availableif some non-memory resource limitation prevents initialization.- operation_not_permitted — if the thread does not have the privilege to perform the operation.
[ 2013-04-20 Bristol ]
[ 2012, Portland ]
Concurrency move to Ready.
[ 2012, Kona ]
Copy the corresponding wording from the condition_variable constructor in [thread.condition.condvar] p4.
Move to Review.[thread.condition.condvarany]/4 says, in part, that condition_variable_any() throws an exception "if any native handle type manipulated is not available".
I don't know what that means. Is this intended to say something different from the analogous words for condition_variable() [[thread.condition.condvar]/4], "if some non-memory resource limitation prevents initialization"? If not, it should be worded the same way.History | |||
---|---|---|---|
Date | User | Action | Args |
2014-02-20 13:20:35 | admin | set | status: wp -> c++14 |
2013-04-25 19:07:07 | admin | set | status: voting -> wp |
2013-04-19 22:22:17 | admin | set | messages: + msg6471 |
2013-04-19 22:22:17 | admin | set | status: ready -> voting |
2012-10-19 07:50:57 | admin | set | messages: + msg6182 |
2012-10-19 07:50:57 | admin | set | status: review -> ready |
2012-02-13 21:55:45 | admin | set | messages: + msg6016 |
2012-02-13 21:55:45 | admin | set | messages: + msg6015 |
2012-02-13 21:55:45 | admin | set | status: new -> review |
2011-10-20 00:00:00 | admin | create |