llvm-project/libcxx/test/std/utilities/function.objects/refwrap
Louis Dionne bb9ca6d0bf [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

llvm-svn: 348138
2018-12-03 14:03:27 +00:00
..
refwrap.access [libcxx] [test] Update for C++17 feature removals. 2017-08-24 21:24:08 +00:00
refwrap.assign [libcxx] [test] Update for C++17 feature removals. 2017-08-24 21:24:08 +00:00
refwrap.const [libcxx] [test] Update for C++17 feature removals. 2017-08-24 21:24:08 +00:00
refwrap.helpers
refwrap.invoke
type.pass.cpp
type_properties.pass.cpp [libcxx] Fix XFAIL for GCC 4.9 2018-11-19 20:53:38 +00:00
unwrap_ref_decay.pass.cpp [libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference 2018-12-03 14:03:27 +00:00
unwrap_reference.pass.cpp [libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference 2018-12-03 14:03:27 +00:00
weak_result.pass.cpp [libcxx] [test] Update for C++17 feature removals. 2017-08-24 21:24:08 +00:00