This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]