[libc++] Use ADDITIONAL_COMPILE_FLAGS instead of #define for _LIBCPP_DEBUG

This commit is contained in:
Louis Dionne 2020-10-14 11:59:30 -04:00
parent 2908eb20ba
commit 4212533961
149 changed files with 149 additions and 149 deletions

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: c++03
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(1))
#include <list>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: c++03
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <list>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <vector>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <cstdlib>

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
// UNSUPPORTED: c++03
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
// UNSUPPORTED: c++03
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
// UNSUPPORTED: c++03
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
// UNSUPPORTED: c++03
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: c++03
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -17,7 +17,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
// UNSUPPORTED: c++03
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <cassert>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <cassert>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
// UNSUPPORTED: c++03
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <cassert>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -14,7 +14,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -17,7 +17,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_map>

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
// UNSUPPORTED: c++03
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
// UNSUPPORTED: c++03
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
// UNSUPPORTED: c++03
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
// UNSUPPORTED: c++03
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -14,7 +14,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -17,7 +17,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -16,7 +16,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
// UNSUPPORTED: c++03
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -12,7 +12,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

View File

@ -13,7 +13,7 @@
// UNSUPPORTED: libcxx-no-debug-mode
// UNSUPPORTED: c++03
#define _LIBCPP_DEBUG 1
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
#include <unordered_set>

Some files were not shown because too many files have changed in this diff Show More