[libcxx-commits] [PATCH] D59882: [libc++] Rename span's as_writeable_bytes to as_writable_bytes

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 27 08:09:45 PDT 2019


ldionne created this revision.
ldionne added a reviewer: mclow.lists.
Herald added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, christof.

The Standard says as_writable_bytes.


Repository:
  rCXX libc++

https://reviews.llvm.org/D59882

Files:
  libcxx/include/span
  libcxx/test/std/containers/views/span.objectrep/as_writable_bytes.fail.cpp
  libcxx/test/std/containers/views/span.objectrep/as_writable_bytes.pass.cpp
  libcxx/test/std/containers/views/span.objectrep/as_writeable_bytes.fail.cpp
  libcxx/test/std/containers/views/span.objectrep/as_writeable_bytes.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59882.192446.patch
Type: text/x-patch
Size: 8546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190327/80c7cc2e/attachment.bin>


More information about the libcxx-commits mailing list