[libcxx] r178288 - I believe debug mode for vector<T> (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.

Howard Hinnant hhinnant at apple.com
Thu Mar 28 13:35:30 PDT 2013


Author: hhinnant
Date: Thu Mar 28 15:35:29 2013
New Revision: 178288

URL: http://llvm.org/viewvc/llvm-project?rev=178288&view=rev
Log:
I believe debug mode for vector<T> (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.

Modified:
    libcxx/trunk/www/debug_mode.html

Modified: libcxx/trunk/www/debug_mode.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/debug_mode.html?rev=178288&r1=178287&r2=178288&view=diff
==============================================================================
--- libcxx/trunk/www/debug_mode.html (original)
+++ libcxx/trunk/www/debug_mode.html Thu Mar 28 15:35:29 2013
@@ -23,7 +23,7 @@ record which parts of libc++ have debug
 <code>vector<T>, T != bool</code>
 </p>
 </td>
-<td><!-- ✓ --></td>
+<td align="center"> ✓ </td>
 </tr>
 
 <tr>





More information about the cfe-commits mailing list