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 e8469c1 commit 9a7ccebCopy full SHA for 9a7cceb
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
+- ``std::set_intersection`` and ``std::ranges::set_intersection`` will now validate that inputs are sorted when compiled
73
+ in :ref:`debug hardening mode mode <using-hardening-modes>`. Results from these functions were changed in LLVM 19
74
+ with this class of invalid inputs, the new validation helps identify the source of undefined behavior.
75
+
76
Deprecations and Removals
77
-------------------------
78
0 commit comments