aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs/ReleaseNotes
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/docs/ReleaseNotes')
-rw-r--r--libcxx/docs/ReleaseNotes/22.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/libcxx/docs/ReleaseNotes/22.rst b/libcxx/docs/ReleaseNotes/22.rst
index 25d33a9..980390c 100644
--- a/libcxx/docs/ReleaseNotes/22.rst
+++ b/libcxx/docs/ReleaseNotes/22.rst
@@ -76,8 +76,9 @@ Improvements and New Features
- The ``std::{fill, fill_n}`` and ``std::ranges::{fill, fill_n}`` algorithms have been optimized for segmented iterators,
resulting in a performance improvement of at least 10x for ``std::deque<int>`` iterators and
``std::join_view<std::vector<std::vector<int>>>`` iterators.
-- The ``std::generate`` and ``std::generate_n`` algorithms have been optimized for segmented iterators, resulting in a
- performance improvement for ``std::deque<short>`` and ``std::join_view<vector<vector<short>>>`` iterators.
+- The ``std::{generate, generate_n}`` and ``std::ranges::generate_n`` algorithms have been optimized for segmented
+ iterators, resulting in a performance improvement for ``std::deque<short>`` and
+ ``std::join_view<vector<vector<short>>>`` iterators.
Deprecations and Removals
-------------------------