This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from a793c18 XFAIL test on apple-clang-7.0 new 18e56b4 [libcxx] Fix tuple construction/assignment from types derived [...]
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/__tuple | 64 +++++++-- include/tuple | 63 +++++---- include/type_traits | 59 ++++++++ .../tuple.assign/derived_from_tuple_like.pass.cpp | 113 ++++++++++++++++ .../tuple.cnstr/derived_from_tuple_like.pass.cpp | 150 +++++++++++++++++++++ test/support/propagate_value_category.hpp | 145 ++++++++++++++++++++ 6 files changed, 558 insertions(+), 36 deletions(-) create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.assign/derived_from_ [...] create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/derived_from_t [...] create mode 100644 test/support/propagate_value_category.hpp