diff options
author | Howard Hinnant <hhinnant@apple.com> | 2013-03-28 20:35:29 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2013-03-28 20:35:29 +0000 |
commit | 97b8ebe600dbde0df49777c261beecb43b63fe84 (patch) | |
tree | 6c4e17a85a406e9c7444ca76b5e9865a83e5ee58 | |
parent | fd53ddd71cadd044cfa7a1206131f9df4f0c9331 (diff) | |
download | bcm5719-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.html | 2 |
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<T>, T != bool</code> </p> </td> -<td><!-- ✓ --></td> +<td align="center"> ✓ </td> </tr> <tr> |