This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 22374ba64 Fix and speedup __libcpp_locale_guard on Windows new a9b104390 [libc++] Rename span's as_writeable_bytes to as_writable_bytes
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 | 12 +++--- .../span.objectrep/as_writable_bytes.fail.cpp | 49 ++++++++++++++++++++++ ...e_bytes.pass.cpp => as_writable_bytes.pass.cpp} | 6 +-- .../span.objectrep/as_writeable_bytes.fail.cpp | 49 ---------------------- 4 files changed, 58 insertions(+), 58 deletions(-) create mode 100644 test/std/containers/views/span.objectrep/as_writable_bytes.fail.cpp rename test/std/containers/views/span.objectrep/{as_writeable_bytes.pass.cpp => as [...] delete mode 100644 test/std/containers/views/span.objectrep/as_writeable_bytes.fail.cpp