[libcxx-commits] [PATCH] D131668: [libc++] Implement P2438R2 (std::string::substr() &&)

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 2 10:27:53 PDT 2022


philnik updated this revision to Diff 472677.
philnik added a comment.

Fix debug test


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131668/new/

https://reviews.llvm.org/D131668

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/string
  libcxx/test/libcxx/strings/basic.string/string.cons/debug.iterator.substr.pass.cpp
  libcxx/test/libcxx/strings/basic.string/string.iterators/debug.iterator.index.pass.cpp
  libcxx/test/std/strings/basic.string/string.cons/substr_rvalue.pass.cpp
  libcxx/test/std/strings/basic.string/string.ops/string_substr/substr.pass.cpp
  libcxx/test/std/strings/basic.string/string.ops/string_substr/substr_rvalue.pass.cpp
  libcxx/test/support/count_new.h
  libcxx/test/support/make_string.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131668.472677.patch
Type: text/x-patch
Size: 30754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221102/ca630095/attachment-0001.bin>


More information about the libcxx-commits mailing list