Title
condition_variable not implementable
Status
nad editorial
Section
[thread.condition.condvar]
Submitter
Switzerland

Created on 2010-08-25.00:00:00 last changed 163 months ago

Messages

Date: 2010-10-31.20:27:06

[ Resolution proposed by ballot comment: ]

Remove the wait_until functions or make them at least conditionally supported.

Date: 2010-10-24.16:08:33

Addresses CH-28

Requiring wait_until makes it impossible to implement condition_variable correctly using respective objects provided by the operating system (i.e. implementing the native_handle() function) on many platforms (e.g. POSIX, Windows, MacOS X) or using the same object as for the condition variable proposed for C.

History
Date User Action Args
2010-11-11 19:19:17adminsetstatus: open -> nad editorial
2010-10-31 20:27:06adminsetmessages: + msg5213
2010-10-24 16:08:33adminsetmessages: + msg5037
2010-08-25 00:00:00admincreate