Skip to content

Commit c748b85

Browse files
committed
Move release note to LLVM 22 release
1 parent 28495c9 commit c748b85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libcxx/docs/ReleaseNotes/21.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ Improvements and New Features
9696
production but should not be used outside of this scenario. Please refer to the :ref:`Hardening documentation
9797
<hardening>` for details.
9898

99-
- The ``std::{fill, fill_n}`` and ``std::ranges::{fill, fill_n}`` algorithms have been optimized for segmented iterators,
100-
resulting in a performance improvement of at least 10x for ``std::deque<int>`` iterators and
101-
``std::join_view<std::vector<std::vector<int>>>`` iterators.
102-
10399
Deprecations and Removals
104100
-------------------------
105101

libcxx/docs/ReleaseNotes/22.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Implemented Papers
4343
Improvements and New Features
4444
-----------------------------
4545

46+
- The ``std::{fill, fill_n}`` and ``std::ranges::{fill, fill_n}`` algorithms have been optimized for segmented iterators,
47+
resulting in a performance improvement of at least 10x for ``std::deque<int>`` iterators and
48+
``std::join_view<std::vector<std::vector<int>>>`` iterators.
49+
4650
Deprecations and Removals
4751
-------------------------
4852

0 commit comments

Comments
 (0)