[libcxx-commits] [PATCH] D116199: [libc++] Implement `ranges::{cbegin, cend}` per the spec.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 3 08:42:57 PST 2022


Quuxplusone updated this revision to Diff 397074.
Quuxplusone retitled this revision from "[libc++] Fix ranges::{cbegin,cend} for rvalues." to "[libc++] Implement `ranges::{cbegin,cend}` per the spec.".
Quuxplusone edited the summary of this revision.
Quuxplusone added a comment.

Jump straight to the "correct by design" version — this is scope creep, but I'm happy to do it!
Add return-type tests.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116199/new/

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.397074.patch
Type: text/x-patch
Size: 11609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220103/a3f0dcea/attachment-0001.bin>


More information about the libcxx-commits mailing list