[libcxx-commits] [PATCH] D131668: [libc++] Implement P2438R2 (std::string::substr() &&)
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 19 14:38:05 PDT 2022
philnik updated this revision to Diff 461369.
philnik marked 11 inline comments as done.
philnik added a comment.
Herald added a subscriber: arphaman.
- Rebased
- Address comments
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.461369.patch
Type: text/x-patch
Size: 30217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220919/68e895dd/attachment-0001.bin>
More information about the libcxx-commits
mailing list