commit | 145afa17caedb3ff6d58dfd75dd72047810190d1 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Fri Aug 23 20:10:18 2013 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Fri Aug 23 20:10:18 2013 +0000 |
tree | 82cb5907a34ebde19e7a0d88f2f8a7ecebf93526 | |
parent | f9fe6250ffef0bcf65763dfe3310a8d2cb40c212 [diff] [blame] |
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. llvm-svn: 189140
diff --git a/libcxx/include/iterator b/libcxx/include/iterator index bea09a6..52bc0de 100644 --- a/libcxx/include/iterator +++ b/libcxx/include/iterator
@@ -321,7 +321,7 @@ #include <Availability.h> #endif -#ifdef _LIBCPP_DEBUG2 +#ifdef _LIBCPP_DEBUG # include <__debug> #else # define _LIBCPP_ASSERT(x, m) ((void)0)