This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/53841] [C++11] condition_variable::wait_until() fails with high resolution clocks
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 03 Jul 2012 16:15:38 +0000
- Subject: [Bug libstdc++/53841] [C++11] condition_variable::wait_until() fails with high resolution clocks
- Auto-submitted: auto-generated
- References: <bug-53841-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53841
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-03 16:15:38 UTC ---
(In reply to comment #1)
> Also, I don't think the _Clock template parameter for __wait_until_impl is
> needed. That function is always passed a time_point<__clock_t, D> so _Clock is
> always deduced as _Clock.
Oops, I mean always deduced as __clock_t