[libcxx-commits] [PATCH] D92243: [libc++] ADL-proof <thread>, and eliminate `using namespace chrono`.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 27 14:17:20 PST 2020


Quuxplusone updated this revision to Diff 308113.
Quuxplusone added a comment.

Disable the new test for C++03, because it requires the perfect-forwarding constructor of `std::thread` which is not supported in C++03.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92243

Files:
  libcxx/include/thread
  libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/robust_against_adl.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92243.308113.patch
Type: text/x-patch
Size: 5550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201127/225acff5/attachment.bin>


More information about the libcxx-commits mailing list