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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@178288 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant 2013-03-28 20:35:29 +00:00
parent db4d478ff4
commit 302fa82a1c

View File

@ -23,7 +23,7 @@ record which parts of libc++ have debug mode support.
<code>vector&lt;T&gt;, T != bool</code>
</p>
</td>
<td><!-- &#10003; --></td>
<td align="center"> &#10003; </td>
</tr>
<tr>