You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/utilities/function.objects/refwrap
Louis Dionne 604afd7688 [libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference
Summary:
This was voted into C++20 in San Diego. Note that there was a revision
D0318R2 which did include unwrap_reference_t, but we mistakingly voted
P0318R1 into the C++20 Working Draft (which does not include
unwrap_reference_t). This patch implements D0318R2, which is what
we'll end up with in the Working Draft once this mistake has been
fixed.

Reviewers: EricWF, mclow.lists

Subscribers: christof, dexonsmith, libcxx-commits

Differential Revision: https://reviews.llvm.org/D54485

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@348138 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
refwrap.access [libcxx] [test] Update for C++17 feature removals. 7 years ago
refwrap.assign [libcxx] [test] Update for C++17 feature removals. 7 years ago
refwrap.const [libcxx] [test] Update for C++17 feature removals. 7 years ago
refwrap.helpers [libcxx] Rewrite C++03 __invoke. 9 years ago
refwrap.invoke Move test into test/std subdirectory. 10 years ago
type.pass.cpp Move test into test/std subdirectory. 10 years ago
type_properties.pass.cpp [libcxx] Fix XFAIL for GCC 4.9 6 years ago
unwrap_ref_decay.pass.cpp [libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference 6 years ago
unwrap_reference.pass.cpp [libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference 6 years ago
weak_result.pass.cpp [libcxx] [test] Update for C++17 feature removals. 7 years ago