Remove some erroneous code I was using to debug debug mode.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@177908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
295891fdc2
commit
c1ca2e1e8b
@ -13,8 +13,6 @@
|
||||
|
||||
#if _LIBCPP_DEBUG2 >= 1
|
||||
|
||||
struct X {};
|
||||
|
||||
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
|
||||
|
||||
#include <vector>
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#if _LIBCPP_DEBUG2 >= 1
|
||||
|
||||
struct X {};
|
||||
|
||||
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
|
||||
|
||||
#include <vector>
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#if _LIBCPP_DEBUG2 >= 1
|
||||
|
||||
struct X {};
|
||||
|
||||
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
|
||||
|
||||
#include <vector>
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#if _LIBCPP_DEBUG2 >= 1
|
||||
|
||||
struct X {};
|
||||
|
||||
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
|
||||
|
||||
#include <vector>
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#if _LIBCPP_DEBUG2 >= 1
|
||||
|
||||
struct X {};
|
||||
|
||||
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
|
||||
|
||||
#include <vector>
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#if _LIBCPP_DEBUG2 >= 1
|
||||
|
||||
struct X {};
|
||||
|
||||
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
|
||||
|
||||
#include <vector>
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#if _LIBCPP_DEBUG2 >= 1
|
||||
|
||||
struct X {};
|
||||
|
||||
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
|
||||
|
||||
#include <vector>
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#if _LIBCPP_DEBUG2 >= 1
|
||||
|
||||
struct X {};
|
||||
|
||||
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
|
||||
|
||||
#include <vector>
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#if _LIBCPP_DEBUG2 >= 1
|
||||
|
||||
struct X {};
|
||||
|
||||
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
|
||||
|
||||
#include <vector>
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#if _LIBCPP_DEBUG2 >= 1
|
||||
|
||||
struct X {};
|
||||
|
||||
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
|
||||
|
||||
#include <vector>
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#if _LIBCPP_DEBUG2 >= 1
|
||||
|
||||
struct X {};
|
||||
|
||||
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
|
||||
|
||||
#include <vector>
|
||||
|
@ -13,8 +13,6 @@
|
||||
|
||||
#if _LIBCPP_DEBUG2 >= 1
|
||||
|
||||
struct X {};
|
||||
|
||||
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::terminate())
|
||||
|
||||
#include <vector>
|
||||
|
Loading…
x
Reference in New Issue
Block a user