[libcxx-commits] [libcxx] [libc++] Add a compact, bounded iterator (PR #208271)

William Tran-Viet via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 29 21:22:14 PDT 2026


================
@@ -0,0 +1,116 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// REQUIRES: std-at-least-c++26
+
+// template <class _Iterator>
----------------
smallp-o-p wrote:

```suggestion
// template <class _Ptr, class _Tag, size_t _RangeCapacity>
```

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


More information about the libcxx-commits mailing list