[Bug libstdc++/41861] [DR 887][C++0x] <condition_variable> does not use monotonic_clock

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Oct 17 12:23:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41861

--- Comment #13 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Roman Fietze from comment #12)
> Sorry if it is inappropriate to ask for any changes, but how can it be, that
> there is no fix for this bug for years in any of the GCC releases? 

Because it's not possible to implement the C++ requirements purely in terms of
POSIX, so it requires a new API in the C library, which is complicated. All the
information you need to investigate that is provided in this bug report and the
enclosed links.

> With this bug condition_variable::wait_until is completely unusable on many

I find that hard to believe.


More information about the Gcc-bugs mailing list