[libcxx-commits] [libcxx] [libc++][ranges] P2116R9: Implements `views::enumerate` (PR #73617)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 21 09:41:35 PDT 2024


================
@@ -74,7 +74,7 @@ Improvements and New Features
   up to 100x.
 
 - The ``std::set_intersection`` and ``std::ranges::set_intersection`` algorithms have been optimized to fast-forward over
-  contiguous ranges of non-matching values, reducing the number of comparisons from linear to 
+  contiguous ranges of non-matching values, reducing the number of comparisons from linear to
----------------
H-G-Hristov wrote:

```suggestion
  contiguous ranges of non-matching values, reducing the number of comparisons from linear to 
```

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


More information about the libcxx-commits mailing list