[libcxx-commits] [PATCH] D110718: [libc++] Implement P1391 for string_view
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 6 09:04:20 PDT 2021
Quuxplusone accepted this revision.
Quuxplusone added a comment.
@jloser if buildkite is happy, ship it!
FYI when/if you start working on [p1989] `string_view`'s range ctor, note that https://cplusplus.github.io/LWG/issue3581 is relevant. (`span`'s range ctor is already appropriately constrained, so D110503 <https://reviews.llvm.org/D110503> is still good.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110718/new/
https://reviews.llvm.org/D110718
More information about the libcxx-commits
mailing list