[libcxx-commits] [libcxx] [libc++][istream] P3223R2: Making `std::istream::ignore` less surprising (PR #147007)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 3 03:01:32 PDT 2025


================
@@ -38,8 +38,10 @@ What's New in Libc++ 22.0.0?
 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)
 - P2321R2: ``zip`` (`Github <https://github.com/llvm/llvm-project/issues/105169>`__) (The paper is partially
   implemented. ``zip_transform_view`` is implemented in this release)
+- P3223R2: Making ``std::istream::ignore`` less surprising (`Github <https://github.com/llvm/llvm-project/issues/148178>`__)
----------------
Zingam wrote:

```suggestion
- P2321R2: ``zip`` (`Github <https://github.com/llvm/llvm-project/issues/105169>`__) (The paper is partially
  implemented. ``zip_transform_view`` is implemented in this release)
- P3223R2: Making ``std::istream::ignore`` less surprising (`Github <https://github.com/llvm/llvm-project/issues/148178>`__)
```

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


More information about the libcxx-commits mailing list