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 24c4e3b commit 467b232Copy full SHA for 467b232
libcxx/docs/ReleaseNotes/20.rst
@@ -69,6 +69,10 @@ Improvements and New Features
69
- The ``_LIBCPP_ABI_BOUNDED_ITERATORS_IN_STD_ARRAY`` ABI configuration was added, which allows storing valid bounds
70
in ``std::array::iterator`` and detecting OOB accesses when the appropriate hardening mode is enabled.
71
72
+- The `assign(_InputIterator, _InputIterator)` function of `std::vector<_Tp, _Allocator>` has been optimized for
73
+ non-trivial element types, such as `std::vector<std::string>`, with a performance improvement of up to 2.3x. The
74
+ performance for trivial types, such as `std::vector<int>`, remains similar or shows slight improvements.
75
+
76
Deprecations and Removals
77
-------------------------
78
0 commit comments