Skip to content

Commit 7c5f391

Browse files
committed
[libc++][ranges] optimize the performance of 'ranges::starts_with'
1 parent 1816cff commit 7c5f391

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/test/std/algorithms/alg.nonmodifying/alg.starts_with/ranges.starts_with.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ constexpr bool test() {
227227
test_iterators<Iter1, Iter1, Iter2, sentinel_wrapper<Iter2>>();
228228
test_iterators<Iter1, Iter1, Iter2, sized_sentinel<Iter2>>();
229229
}
230-
test_iterators<Iter1, sentinel_wrapper<Iter1>, Iter2, sentinel_wrapper<Iter2>>();
231230
test_iterators<Iter1, sized_sentinel<Iter1>, Iter2, sized_sentinel<Iter2>>();
232231
});
233232
});

0 commit comments

Comments
 (0)