[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
Wed Nov 10 07:50:56 PST 2021
jloser updated this revision to Diff 386167.
jloser marked 7 inline comments as done.
jloser added a comment.
Address most of Arthur's feedback. One test in from_range.pass still passing.
Also still need to dig into GCC11 failing tests.
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.386167.patch
Type: text/x-patch
Size: 11512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211110/8b7f4c3d/attachment-0001.bin>
More information about the libcxx-commits
mailing list