[libcxx-commits] [PATCH] D141238: [libc++][test] Move `common_input_iterator` to `test_iterators.h`

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 8 14:12:08 PST 2023


jloser created this revision.
jloser added reviewers: philnik, huixie90, Mordante.
Herald added a project: All.
jloser requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

There's a bit of duplication in use of `common_input_iterator` as noted in
https://reviews.llvm.org/D141216.  Lift `common_input_iterator` into
`test_iterators.h`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141238

Files:
  libcxx/test/std/ranges/range.adaptors/range.join.view/types.h
  libcxx/test/std/ranges/range.adaptors/range.zip/types.h
  libcxx/test/support/test_iterators.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141238.487232.patch
Type: text/x-patch
Size: 4448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230108/e8503ba8/attachment.bin>


More information about the libcxx-commits mailing list