Remove __uncvref; use __uncvref_t instead
authorNikolas Klauser <nikolasklauser@berlin.de>
Thu, 17 Feb 2022 21:53:20 +0000 (22:53 +0100)
committerNikolas Klauser <nikolasklauser@berlin.de>
Thu, 17 Feb 2022 21:54:31 +0000 (22:54 +0100)
commitf755806813224ca6e8c61313644ffcf48b0799b9
tree28c7955f1ec5dca7c53da57845af711c7f9d540c
parent86e26f09a4039837bc9954d963fdc5745ff413be
Remove __uncvref; use __uncvref_t instead

Reviewed By: Quuxplusone, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D119958
12 files changed:
libcxx/include/__functional/bind.h
libcxx/include/__hash_table
libcxx/include/__memory/allocator_arg_t.h
libcxx/include/__tree
libcxx/include/__tuple
libcxx/include/experimental/functional
libcxx/include/future
libcxx/include/thread
libcxx/include/tuple
libcxx/include/type_traits
libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor2.compile.pass.cpp [new file with mode: 0644]
libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor2.fail.cpp [deleted file]