[libcxx-commits] [libcxx] [libc++][ranges] implement `ranges::shift_left` (PR #83231)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 23 10:31:30 PST 2026


================
@@ -38,6 +38,8 @@ What's New in Libc++ 23.0.0?
 Implemented Papers
 ------------------
 
+- P2440R1: ``ranges::iota``, ``ranges::shift_left`` and ``ranges::shift_right`` (`Github <https://github.com/llvm/llvm-project/issues/105184>`__) (``ranges::shift_left`` is implemented in this release)
+
----------------
ldionne wrote:

```suggestion
- P2440R1 (partial): ``ranges::iota`` and ``ranges::shift_left`` are supported
```

But TBH, I would probably remove the entry altogether until we implement everything, since this just creates confusion.

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


More information about the libcxx-commits mailing list