summaryrefslogtreecommitdiffstats
path: root/libcxx/include/vector
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-08-23 20:10:18 +0000
committerHoward Hinnant <hhinnant@apple.com>2013-08-23 20:10:18 +0000
commit145afa17caedb3ff6d58dfd75dd72047810190d1 (patch)
tree82cb5907a34ebde19e7a0d88f2f8a7ecebf93526 /libcxx/include/vector
parentf9fe6250ffef0bcf65763dfe3310a8d2cb40c212 (diff)
downloadbcm5719-llvm-145afa17caedb3ff6d58dfd75dd72047810190d1.tar.gz
bcm5719-llvm-145afa17caedb3ff6d58dfd75dd72047810190d1.zip
Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
llvm-svn: 189140
Diffstat (limited to 'libcxx/include/vector')
-rw-r--r--libcxx/include/vector2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/vector b/libcxx/include/vector
index 6a9d5a6410f..e4fc024da52 100644
--- a/libcxx/include/vector
+++ b/libcxx/include/vector
@@ -274,7 +274,7 @@ void swap(vector<T,Allocator>& x, vector<T,Allocator>& y)
#include <__undef_min_max>
-#ifdef _LIBCPP_DEBUG2
+#ifdef _LIBCPP_DEBUG
# include <__debug>
#else
# define _LIBCPP_ASSERT(x, m) ((void)0)
OpenPOWER on IntegriCloud