On 17/07/20 09:39 +0100, Mike Crowe via Libstdc++ wrote:
On Friday 29 May 2020 at 07:17:26 +0100, Mike Crowe wrote:
This series ensures that the std::future::wait_* functions use
std::chrono::steady_clock when required, introduces
std::chrono::__detail::ceil to make that easier to do, and then makes
use of that function to simplify and improve the fix for PR68519 in
std::condition_variable.
[snip]
Ping. (Complete series at
https://gcc.gnu.org/pipermail/libstdc++/2020-May/050434.html )
Yep, it's in the (very long) review queue.
It all looks fine from what I've looked at so far.