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

Howard Hinnant hhinnant at apple.com
Thu Jul 19 08:59:53 PDT 2012


Author: hhinnant
Date: Thu Jul 19 10:59:52 2012
New Revision: 160510

URL: http://llvm.org/viewvc/llvm-project?rev=160510&view=rev
Log:
Jean-Daniel : clang now supports all required type_traits.

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=160510&r1=160509&r2=160510&view=diff
==============================================================================
--- libcxx/trunk/www/type_traits_design.html (original)
+++ libcxx/trunk/www/type_traits_design.html Thu Jul 19 10:59:52 2012
@@ -150,7 +150,7 @@
 
 <tr>
 <td><tt>is_trivially_constructible<T, Args...></tt></td>
-<td bgcolor="#FF5965"><tt>__is_trivial_constructor(T, U)</tt></td>
+<td bgcolor="#80FF80"><tt>__is_trivially_constructible(T, U)</tt></td>
 </tr>
 
 <tr>
@@ -170,7 +170,7 @@
 
 <tr>
 <td><tt>is_trivially_assignable<T, U></tt></td>
-<td bgcolor="#FF5965"><tt>__is_trivial_assign(T, U)</tt></td>
+<td bgcolor="#80FF80"><tt>__is_trivially_assignable(T, U)</tt></td>
 </tr>
 
 <tr>





More information about the cfe-commits mailing list