This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 4542e7bf5 In the review of D58642, Louis asked: 'Is there a reason for [...] new ae4afd034 Implment the last part of P1024: tuple-like interface to span [...]
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/span | 48 +++++++++++--- test/std/containers/views/span.tuple/get.fail.cpp | 29 +++++++++ test/std/containers/views/span.tuple/get.pass.cpp | 75 ++++++++++++++++++++++ .../views/span.tuple/tuple_element.fail.cpp | 27 ++++++++ .../views/span.tuple/tuple_element.pass.cpp | 52 +++++++++++++++ .../views/span.tuple/tuple_size.fail.cpp} | 17 ++--- .../span.tuple}/tuple_size.pass.cpp | 15 +++-- www/cxx2a_status.html | 6 +- 8 files changed, 241 insertions(+), 28 deletions(-) create mode 100644 test/std/containers/views/span.tuple/get.fail.cpp create mode 100644 test/std/containers/views/span.tuple/get.pass.cpp create mode 100644 test/std/containers/views/span.tuple/tuple_element.fail.cpp create mode 100644 test/std/containers/views/span.tuple/tuple_element.pass.cpp copy test/{libcxx/diagnostics/nodiscard_aftercxx17.fail.cpp => std/containers/view [...] copy test/std/containers/{sequences/array/array.tuple => views/span.tuple}/tuple_s [...]