[libcxx-commits] [libcxx] [libc++] Optimize std::find for segmented iterators (PR #67224)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 27 11:33:56 PDT 2023


================
@@ -113,6 +114,49 @@ struct TestTypes {
   }
 };
 
+void test_deque() {
----------------
ldionne wrote:

We should also test `ranges::find` and in particular the usage of a projection.

https://github.com/llvm/llvm-project/pull/67224


More information about the libcxx-commits mailing list