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++/53841] [C++11] condition_variable::wait_until() fails with high resolution clocks


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53841

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-11-15 01:38:23 UTC ---
Author: redi
Date: Thu Nov 15 01:38:17 2012
New Revision: 193523

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193523
Log:
    PR libstdc++/53841
    * include/std/condition_variable (condition_variable::wait_until):
    Handle clocks with higher resolution than __clock_t.
    (condition_variable::__wait_until_impl): Remove unnecessary _Clock
    parameter.
    * testsuite/30_threads/condition_variable/members/53841.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/condition_variable


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