This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 1c2f15d4c Update status page with papers/issues adopted in Kona new e5cb744bf First part of P1024: Usability Enhancements for std::span. Re [...] new c67930bd7 Commit LWG3144 - span does not have a const_pointer typedef. [...]
The 2 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 | 38 +++++++---- test/std/containers/views/span.elem/back.pass.cpp | 75 ++++++++++++++++++++++ test/std/containers/views/span.elem/front.pass.cpp | 75 ++++++++++++++++++++++ .../std/containers/views/span.elem/op_idx.pass.cpp | 12 ++-- test/std/containers/views/types.pass.cpp | 4 ++ 5 files changed, 185 insertions(+), 19 deletions(-) create mode 100644 test/std/containers/views/span.elem/back.pass.cpp create mode 100644 test/std/containers/views/span.elem/front.pass.cpp