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 d935c39 commit fe24a1bCopy full SHA for fe24a1b
libcxx/docs/ReleaseNotes/20.rst
@@ -51,6 +51,9 @@ Improvements and New Features
51
52
- ``std::fill`` has been optimized for segmented iterators like ``std::deque::iterator`` in C++23 and
53
later, which can lead up to 40x performance improvements.
54
+
55
+- ``std::fill_n`` has been optimized for segmented iterators like ``std::deque::iterator`` in C++23 and
56
+ later, which can lead up to 40x performance improvements.
57
58
- The ``_LIBCPP_ENABLE_CXX20_REMOVED_UNCAUGHT_EXCEPTION`` macro has been added to make ``std::uncaught_exception`` available in C++20 and later modes.
59
0 commit comments