This is the mail archive of the gcc-patches@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]

Fix libstdc++/53841


        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.

Tested x86_64-linux, committed to trunk, 4.7 to follow shortly.

Attachment: patch.txt
Description: Text document


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