[libcxx-commits] [libcxx] [libc++][iterator] Applied `[[nodiscard]]` (PR #172200)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 30 03:27:51 PST 2025


================
@@ -6,33 +6,438 @@
 //
 //===----------------------------------------------------------------------===//
 
-// UNSUPPORTED: c++03, c++11, c++14
+// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_ABI_BOUNDED_ITERATORS
----------------
Zingam wrote:

```suggestion
// REQUIRES: libcpp-hardening-mode=none

// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_ABI_BOUNDED_ITERATORS
```

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


More information about the libcxx-commits mailing list