[libcxx-commits] [PATCH] D113161: [libc++] Implement P1989R2: range constructor for string_view
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 5 21:22:41 PDT 2021
jloser updated this revision to Diff 385229.
jloser marked an inline comment as done.
jloser added a comment.
Clean up tests in string.view.cons/from_range.pass. Remove broken tests; fix ones worth keeping. Make test() constexpr-friendly.
TODO:
- figure out why some path tests broke. It's due to the new range constructor in this changeset.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113161/new/
https://reviews.llvm.org/D113161
Files:
libcxx/docs/Status/Cxx2bPapers.csv
libcxx/include/string_view
libcxx/test/std/strings/string.view/string.view.cons/deduct.pass.cpp
libcxx/test/std/strings/string.view/string.view.cons/from_range.pass.cpp
libcxx/test/std/strings/string.view/string.view.deduct/iterator_sentinel.pass.cpp
libcxx/test/std/strings/string.view/string.view.deduct/range.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113161.385229.patch
Type: text/x-patch
Size: 10189 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211106/3a8bf077/attachment-0001.bin>
More information about the libcxx-commits
mailing list