[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 14:19:11 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:
Let's cross that bridge when/if we get to it, for now these changes are fine.
https://github.com/llvm/llvm-project/pull/131787
More information about the libcxx-commits
mailing list