This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from a815a3f8c First part of P0482 - Establish that char8_t is an integral t [...] new 604afd768 [libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/functional | 13 +++++ include/tuple | 22 +------- include/utility | 35 +++++++------ .../refwrap/unwrap_ref_decay.pass.cpp | 58 ++++++++++++++++++++++ .../refwrap/unwrap_reference.pass.cpp | 51 +++++++++++++++++++ www/cxx2a_status.html | 2 +- 6 files changed, 145 insertions(+), 36 deletions(-) create mode 100644 test/std/utilities/function.objects/refwrap/unwrap_ref_decay.pass.cpp create mode 100644 test/std/utilities/function.objects/refwrap/unwrap_reference.pass.cpp