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 d332adc commit 29751a3Copy full SHA for 29751a3
libcxx/docs/ReleaseNotes/22.rst
@@ -82,6 +82,9 @@ Improvements and New Features
82
iterators, resulting in a performance improvement for ``std::deque<short>`` and
83
``std::join_view<vector<vector<short>>>`` iterators.
84
85
+- ``std::exception_ptr`` was optimized, allowing the compiler to generate better code especially for empty
86
+ ``std::exception_ptr`` values.
87
+
88
Deprecations and Removals
89
-------------------------
90
0 commit comments