summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-03-28 20:35:29 +0000
committerHoward Hinnant <hhinnant@apple.com>2013-03-28 20:35:29 +0000
commit97b8ebe600dbde0df49777c261beecb43b63fe84 (patch)
tree6c4e17a85a406e9c7444ca76b5e9865a83e5ee58
parentfd53ddd71cadd044cfa7a1206131f9df4f0c9331 (diff)
downloadbcm5719-llvm-97b8ebe600dbde0df49777c261beecb43b63fe84.tar.gz
bcm5719-llvm-97b8ebe600dbde0df49777c261beecb43b63fe84.zip
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.
llvm-svn: 178288
-rw-r--r--libcxx/www/debug_mode.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/www/debug_mode.html b/libcxx/www/debug_mode.html
index f38dbe7b65d..da037ea9301 100644
--- a/libcxx/www/debug_mode.html
+++ b/libcxx/www/debug_mode.html
@@ -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>
OpenPOWER on IntegriCloud