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

Howard Hinnant hhinnant at apple.com
Sat Mar 26 12:58:42 PDT 2011


Author: hhinnant
Date: Sat Mar 26 14:58:42 2011
New Revision: 128349

URL: http://llvm.org/viewvc/llvm-project?rev=128349&view=rev
Log:
Jonathan Sauer updated is_base_of traits status

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=128349&r1=128348&r2=128349&view=diff
==============================================================================
--- libcxx/trunk/www/type_traits_design.html (original)
+++ libcxx/trunk/www/type_traits_design.html Sat Mar 26 14:58:42 2011
@@ -255,7 +255,7 @@
 
 <tr>
 <td><tt>is_base_of<T, U></tt></td>
-<td bgcolor="#FF5965"><tt>__is_base_of(T, U)</tt></td>
+<td bgcolor="#80FF80"><tt>__is_base_of(T, U)</tt></td>
 </tr>
 
 <tr>





More information about the cfe-commits mailing list