Skip to content

Commit ee9b59a

Browse files
author
git apple-llvm automerger
committed
Merge commit '0728b67b2718' from llvm.org/master into apple/main
2 parents 9d4a649 + 0728b67 commit ee9b59a

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)