Skip to content

Commit fe24a1b

Browse files
committed
Rebased and release note added for fill_n
1 parent d935c39 commit fe24a1b

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

libcxx/docs/ReleaseNotes/20.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ Improvements and New Features
5151

5252
- ``std::fill`` has been optimized for segmented iterators like ``std::deque::iterator`` in C++23 and
5353
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.
5457

5558
- The ``_LIBCPP_ENABLE_CXX20_REMOVED_UNCAUGHT_EXCEPTION`` macro has been added to make ``std::uncaught_exception`` available in C++20 and later modes.
5659

0 commit comments

Comments
 (0)