We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f45c8 commit 32d8bf4Copy full SHA for 32d8bf4
libcxx/docs/ReleaseNotes/21.rst
@@ -67,6 +67,9 @@ Improvements and New Features
67
- The ``std::stable_sort`` algorithm uses radix sort for floating-point types now, which can improve the performance
68
up to 10x, depending on type of sorted elements and the initial state of the sorted array.
69
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
+
73
Deprecations and Removals
74
-------------------------
75
0 commit comments