diff options
author | Alexis Hunt <alercah@gmail.com> | 2011-05-13 00:32:09 +0000 |
---|---|---|
committer | Alexis Hunt <alercah@gmail.com> | 2011-05-13 00:32:09 +0000 |
commit | 662d91f1cd1784872b7e02f1fee65f4f51a43f6e (patch) | |
tree | 45bea4b36585c31aec2c2e41a109524732fd91df /libcxx/www | |
parent | d9a5cc13cf51639690d80bf9f2fe042b61d49dd1 (diff) | |
download | bcm5719-llvm-662d91f1cd1784872b7e02f1fee65f4f51a43f6e.tar.gz bcm5719-llvm-662d91f1cd1784872b7e02f1fee65f4f51a43f6e.zip |
__is_trivially_copyable now supplied by clang
llvm-svn: 131271
Diffstat (limited to 'libcxx/www')
-rw-r--r-- | libcxx/www/type_traits_design.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/www/type_traits_design.html b/libcxx/www/type_traits_design.html index e50fe26ade8..d0fe86b2142 100644 --- a/libcxx/www/type_traits_design.html +++ b/libcxx/www/type_traits_design.html @@ -235,7 +235,7 @@ changed. Please see: <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> |