[all-commits] [llvm/llvm-project] 7893bb: [libc++] Refactor the test for join_view's default...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Jan 10 06:02:59 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7893bb74081309cc8d038ed84cefd7c6e4c155c3
https://github.com/llvm/llvm-project/commit/7893bb74081309cc8d038ed84cefd7c6e4c155c3
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-01-10 (Mon, 10 Jan 2022)
Changed paths:
M libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/ctor.default.pass.cpp
Log Message:
-----------
[libc++] Refactor the test for join_view's default constructor
In particular, this removes the need for adding a ad-hoc `operator==`
to forward_iterator.
Differential Revision: https://reviews.llvm.org/D116614
More information about the All-commits
mailing list