forked from OSchip/llvm-project
[libc++] Use ADDITIONAL_COMPILE_FLAGS instead of #define for _LIBCPP_DEBUG
This commit is contained in:
parent
2908eb20ba
commit
4212533961
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue