[libcxx-commits] [PATCH] D116199: [libc++] Fix ranges::{cbegin, cend} for rvalues.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 22 19:44:53 PST 2021
Quuxplusone created this revision.
Quuxplusone added reviewers: libc++, Mordante, var-const, jloser, philnik, ldionne.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.
`ranges::cbegin(std::string_view("hello"))` is supposed to work.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D116199
Files:
libcxx/include/__ranges/access.h
libcxx/test/std/ranges/range.access/begin.pass.cpp
libcxx/test/std/ranges/range.access/end.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116199.395961.patch
Type: text/x-patch
Size: 8839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211223/615c46ae/attachment.bin>
More information about the libcxx-commits
mailing list