[libcxx-commits] [libcxx] [libc++] Add support for bounded iterators in std::array (PR #110729)

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 5 18:11:25 PDT 2024


================
@@ -176,6 +176,12 @@
 // ABI impact: changes the iterator type of `vector` (except `vector<bool>`).
 // #define _LIBCPP_ABI_BOUNDED_ITERATORS_IN_VECTOR
 
+// Changes the iterator type of `array` to a bounded iterator that keeps track of whether it's within the bounds of the
----------------
var-const wrote:

Can you please also update `Hardening.rst`? And perhaps it's worth calling out in a release note?

https://github.com/llvm/llvm-project/pull/110729


More information about the libcxx-commits mailing list