[libcxx-commits] [libcxx] [libc++] Applied `[[nodiscard]]` to `__bounded_iter` (PR #198489)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 19 05:46:55 PDT 2026


================
@@ -0,0 +1,31 @@
+//===----------------------------------------------------------------------===//
+//
+// 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++17
+
+// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_ABI_BOUNDED_ITERATORS
----------------
frederick-vs-ja wrote:

Same concerns as those in #198492, for content reusing and synopsis comments.

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


More information about the libcxx-commits mailing list