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&lt;T&gt;, T != bool</code>
 </p>
 </td>
-<td><!-- &#10003; --></td>
+<td align="center"> &#10003; </td>
 </tr>
 
 <tr>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to