[libcxx-commits] [PATCH] D99175: [libcxx] [test] Make the condvar wait_for tests less brittle

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 1 11:36:17 PDT 2021


curdeius added a comment.

@quuxplusone, all standard duration types are required to use a signed integer type as representation.
Cf. https://en.cppreference.com/w/cpp/chrono/duration, http://eel.is/c++draft/time.syn (convenience typedefs).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99175/new/

https://reviews.llvm.org/D99175



More information about the libcxx-commits mailing list