[libcxx-commits] [libcxx] [libc++][test] Fix issues found by MSVC's STL (PR #131787)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 20 12:13:05 PDT 2025
================
@@ -14,7 +14,8 @@
// the insertion point remain valid but those at or after the insertion point,
// including the past-the-end iterator, are invalidated.
-// REQUIRES: has-unix-headers, libcpp-has-abi-bounded-iterators-in-vector
+// REQUIRES: has-unix-headers
+// REQUIRES: libcpp-has-abi-bounded-iterators-in-vector
----------------
ldionne wrote:
FWIW we have a lot of these multiple requirements on a single line, and I don't think we want to commit to removing those. I'm not pushing back against the changes in this patch specifically, but our official stance here is that we're allowed to use `REQUIRES: foo && bar` and `REQUIRES: foo, bar`.
https://github.com/llvm/llvm-project/pull/131787
More information about the libcxx-commits
mailing list