[libcxx-commits] [PATCH] D119057: [libc++][ranges] Implement rbegin, rend, crbegin and crend.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 4 22:42:59 PST 2022


var-const created this revision.
var-const requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119057

Files:
  libcxx/docs/Status/RangesPaper.csv
  libcxx/include/__concepts/class_or_enum.h
  libcxx/include/__ranges/access.h
  libcxx/test/std/ranges/range.access/begin.pass.cpp
  libcxx/test/std/ranges/range.access/end.pass.cpp
  libcxx/test/std/ranges/range.access/rbegin.pass.cpp
  libcxx/test/std/ranges/range.access/rend.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119057.406158.patch
Type: text/x-patch
Size: 61681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220205/e6b60103/attachment-0001.bin>


More information about the libcxx-commits mailing list