[cfe-commits] [libcxx] r131290 - /libcxx/trunk/www/type_traits_design.html

Howard Hinnant hhinnant at apple.com
Fri May 13 06:39:08 PDT 2011


Author: hhinnant
Date: Fri May 13 08:39:08 2011
New Revision: 131290

URL: http://llvm.org/viewvc/llvm-project?rev=131290&view=rev
Log:
CWG 1170 has been fixed for destructors

Modified:
    libcxx/trunk/www/type_traits_design.html

Modified: libcxx/trunk/www/type_traits_design.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/type_traits_design.html?rev=131290&r1=131289&r2=131290&view=diff
==============================================================================
--- libcxx/trunk/www/type_traits_design.html (original)
+++ libcxx/trunk/www/type_traits_design.html Fri May 13 08:39:08 2011
@@ -145,7 +145,7 @@
 
 <tr>
 <td><tt>is_destructible<T></tt></td>
-<td bgcolor="#FF5965">Needs CWG 1170</td>
+<td></td>
 </tr>
 
 <tr>
@@ -225,7 +225,7 @@
 
 <tr>
 <td><tt>is_nothrow_destructible<T></tt></td>
-<td bgcolor="#FF5965">Needs CWG 1170</td>
+<td></td>
 </tr>
 
 <tr>





More information about the cfe-commits mailing list