[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 05:22:01 PDT 2022
philnik updated this revision to Diff 472586.
philnik added a comment.
Fix CI
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.472586.patch
Type: text/x-patch
Size: 30754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221102/1d5a4167/attachment-0001.bin>
More information about the libcxx-commits
mailing list