[libcxx-commits] [libcxx] [libc++][NFC] Fixed formatting in Release Notes (PR #173526)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 24 21:20:39 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Hristo Hristov (H-G-Hristov)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/173526.diff
1 Files Affected:
- (modified) libcxx/docs/ReleaseNotes/22.rst (+1-1)
``````````diff
diff --git a/libcxx/docs/ReleaseNotes/22.rst b/libcxx/docs/ReleaseNotes/22.rst
index 82271be7a22ab..ac06b4c93a731 100644
--- a/libcxx/docs/ReleaseNotes/22.rst
+++ b/libcxx/docs/ReleaseNotes/22.rst
@@ -39,7 +39,7 @@ Implemented Papers
------------------
- P2321R2: ``zip`` (`Github <https://llvm.org/PR105169>`__) (The paper is partially implemented. ``zip_transform_view``,
- `adjacent_view`, and ``adjacent_transform_view`` are implemented in this release)
+ ``adjacent_view``, and ``adjacent_transform_view`` are implemented in this release)
- P2988R12: ``std::optional<T&>`` (`Github <https://llvm.org/PR148131>`__)
- P3044R2: sub-``string_view`` from ``string`` (`Github <https://llvm.org/PR148140>`__)
- P3223R2: Making ``std::istream::ignore`` less surprising (`Github <https://llvm.org/PR148178>`__)
``````````
</details>
https://github.com/llvm/llvm-project/pull/173526
More information about the libcxx-commits
mailing list