Skip to content

Commit 32d8bf4

Browse files
committed
Add a release note entry
1 parent f7f45c8 commit 32d8bf4

File tree

1 file changed

+3
-0
lines changed
  • libcxx/docs/ReleaseNotes

1 file changed

+3
-0
lines changed

libcxx/docs/ReleaseNotes/21.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Improvements and New Features
6767
- The ``std::stable_sort`` algorithm uses radix sort for floating-point types now, which can improve the performance
6868
up to 10x, depending on type of sorted elements and the initial state of the sorted array.
6969

70+
- The segmented iterator optimization for ``std::for_each`` has been backported to C++11. Previously it was only available
71+
in C++23 and later.
72+
7073
Deprecations and Removals
7174
-------------------------
7275

0 commit comments

Comments
 (0)