[libcxx-commits] [PATCH] D119214: [libc++][ranges][NFC] Refactor tests for `ranges::{begin, end}`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 7 21:43:53 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++.

- add some test cases for `cbegin`/`cend`;
- make class definitions generally follow the order in which they are used;
- add a missing include.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119214

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: D119214.406703.patch
Type: text/x-patch
Size: 14481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220208/9a0cf913/attachment-0001.bin>


More information about the libcxx-commits mailing list