[libcxx-commits] [libcxx] [libc++] Add missing iterator requirement checks in the PSTL (PR #88127)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 12 12:26:35 PDT 2024
================
@@ -0,0 +1,188 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// UNSUPPORTED: c++03, c++11, c++14
+// REQUIRES: stdlib=libc++
----------------
philnik777 wrote:
This should probably just be in `test/libcxx`. Implementations aren't required to diagnose this AFAIK.
https://github.com/llvm/llvm-project/pull/88127
More information about the libcxx-commits
mailing list