From 302fa82a1cb1c1070a869e7ca6103d737b93a9ed Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Thu, 28 Mar 2013 20:35:29 +0000 Subject: [PATCH] I believe debug mode for vector (T != bool) is complete. If anyone sees anything more they would like to see on it, please let me know. Debug mode is activated by compiling with -D_LIBCPP_DEBUG2=1. Eventually _LIBCPP_DEBUG2 will be renamed to just _LIBCPP_DEBUG. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@178288 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/debug_mode.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/debug_mode.html b/www/debug_mode.html index f38dbe7b6..da037ea93 100644 --- a/www/debug_mode.html +++ b/www/debug_mode.html @@ -23,7 +23,7 @@ record which parts of libc++ have debug mode support. vector<T>, T != bool

- + ✓