Skip to content

Commit 54e1849

Browse files
author
git apple-llvm automerger
committed
Merge commit 'ee9b59aafe98' from apple/main into swift/next
2 parents c3fcbe8 + ee9b59a commit 54e1849

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libcxx/test/libcxx/containers/unord/unord.multimap/db_local_iterators_10.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// Dereference non-dereferenceable iterator.
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
14+
// UNSUPPORTED: c++03
1415

1516
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1617
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))

libcxx/test/libcxx/containers/unord/unord.multimap/db_local_iterators_9.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// Increment local_iterator past end.
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
14+
// UNSUPPORTED: c++03
1415

1516
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1617
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))

0 commit comments

Comments
 (0)