[all-commits] [llvm/llvm-project] cf9ee8: [libc++][test] Move `common_input_iterator` to `te...
Joe Loser via All-commits
all-commits at lists.llvm.org
Tue Jan 10 16:16:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf9ee8791e8b64c46f16dea71345330d70a1deb3
https://github.com/llvm/llvm-project/commit/cf9ee8791e8b64c46f16dea71345330d70a1deb3
Author: Joe Loser <joeloser at fastmail.com>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M libcxx/test/std/ranges/range.adaptors/range.join.view/types.h
M libcxx/test/std/ranges/range.adaptors/range.zip/types.h
M libcxx/test/support/test_iterators.h
Log Message:
-----------
[libc++][test] Move `common_input_iterator` to `test_iterators.h`
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`.
Differential Revision: https://reviews.llvm.org/D141238
More information about the All-commits
mailing list