[libcxx-commits] [libcxx] [libc++] Don't double-wrap iterators when bounded iterators are used (PR #182264)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 25 07:56:40 PST 2026


================
@@ -272,7 +272,6 @@ namespace std {
 #  include <__fwd/functional.h>
----------------
ldionne wrote:

Let's add a release note. You're right that bounded iterator users are generally not ABI locked, but we should still call it out.

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


More information about the libcxx-commits mailing list