[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 3 18:01:40 PDT 2021
jloser created this revision.
jloser added reviewers: ldionne, Quuxplusone, Mordante.
jloser requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Implement P1989R2 which adds a range constructor for `string_view`.
Note:
- https://bugs.llvm.org/show_bug.cgi?id=51018 still needs to get resolved in `llvm` before this lands.
Repository:
rG LLVM Github Monorepo
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.384628.patch
Type: text/x-patch
Size: 11124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211104/6571f4df/attachment-0001.bin>
More information about the libcxx-commits
mailing list