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 a2ccdcf commit b1d5b7eCopy full SHA for b1d5b7e
libcxx/docs/ReleaseNotes/21.rst
@@ -63,6 +63,9 @@ Improvements and New Features
63
64
- The ``num_put::do_put`` integral overloads have been optimized, resulting in a performance improvement of up to 2.4x.
65
66
+- The segmented iterator optimization for ``std::for_each`` has been backported to C++11. Previously it was only available
67
+ in C++23 and later.
68
+
69
Deprecations and Removals
70
-------------------------
71
0 commit comments