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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/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
7 years ago
..
refwrap.access
refwrap.assign
refwrap.const
refwrap.helpers [libcxx] Rewrite C++03 __invoke. 10 years ago
refwrap.invoke
type.pass.cpp
type_properties.pass.cpp
unwrap_ref_decay.pass.cpp [libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference 7 years ago
unwrap_reference.pass.cpp [libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference 7 years ago
weak_result.pass.cpp