Skip to content

Commit 29751a3

Browse files
committed
Add release note
1 parent d332adc commit 29751a3

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

libcxx/docs/ReleaseNotes/22.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ Improvements and New Features
8282
iterators, resulting in a performance improvement for ``std::deque<short>`` and
8383
``std::join_view<vector<vector<short>>>`` iterators.
8484

85+
- ``std::exception_ptr`` was optimized, allowing the compiler to generate better code especially for empty
86+
``std::exception_ptr`` values.
87+
8588
Deprecations and Removals
8689
-------------------------
8790

0 commit comments

Comments
 (0)