[cfe-commits] [libcxx] r131271 - /libcxx/trunk/www/type_traits_design.html
Sean Hunt
scshunt at csclub.uwaterloo.ca
Thu May 12 17:32:09 PDT 2011
Author: coppro
Date: Thu May 12 19:32:09 2011
New Revision: 131271
URL: http://llvm.org/viewvc/llvm-project?rev=131271&view=rev
Log:
__is_trivially_copyable now supplied by clang
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=131271&r1=131270&r2=131271&view=diff
==============================================================================
--- libcxx/trunk/www/type_traits_design.html (original)
+++ libcxx/trunk/www/type_traits_design.html Thu May 12 19:32:09 2011
@@ -235,7 +235,7 @@
<tr>
<td><tt>is_trivially_copyable<T></tt></td>
-<td bgcolor="#FF5965"><tt>__is_trivially_copyable(T)</tt></td>
+<td bgcolor="#80FF80"><tt>__is_trivially_copyable(T)</tt></td>
</tr>
<tr>
More information about the cfe-commits
mailing list