We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a8305 commit 388da6aCopy full SHA for 388da6a
libcxx/test/libcxx/containers/sequences/vector/asan.pass.cpp
@@ -29,8 +29,7 @@ void do_exit() {
29
30
int main(int, char**)
31
{
32
-#if TEST_STD_VER >= 11 && TEST_CLANG_VER >= 1600
33
- // TODO(LLVM-18): Remove the special-casing
+#if TEST_STD_VER >= 11
34
35
typedef int T;
36
typedef cpp17_input_iterator<T*> MyInputIter;
@@ -52,7 +51,7 @@ int main(int, char**)
52
51
assert(v[1] == 'b');
53
assert(is_contiguous_container_asan_correct(v));
54
}
55
-#endif
+#endif // TEST_STD_VER >= 11
56
57
typedef cpp17_input_iterator<int*> MyInputIter;
58
// Sould not trigger ASan.
0 commit comments