[libcxx-commits] [libcxx] [libc++][ranges] P3060R3: Add `std::views::indices(n)` (PR #146823)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 22 10:19:13 PDT 2025
================
@@ -39,6 +39,7 @@ Implemented Papers
------------------
- P2321R2: ``zip`` (`Github <https://github.com/llvm/llvm-project/issues/105169>`__) (The paper is partially implemented. ``zip_transform_view`` is implemented in this release)
+- P3060R3: Add ``std::views::indices(n)`` (`Github <https://github.com/llvm/llvm-project/issues/105169>`__)
----------------
H-G-Hristov wrote:
```suggestion
- P3060R3: Add ``std::views::indices(n)`` (`Github <https://github.com/llvm/llvm-project/issues/148175>`__)
```
https://github.com/llvm/llvm-project/pull/146823
More information about the libcxx-commits
mailing list