From 662d91f1cd1784872b7e02f1fee65f4f51a43f6e Mon Sep 17 00:00:00 2001 From: Alexis Hunt Date: Fri, 13 May 2011 00:32:09 +0000 Subject: __is_trivially_copyable now supplied by clang llvm-svn: 131271 --- libcxx/www/type_traits_design.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/www') 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: is_trivially_copyable<T> -__is_trivially_copyable(T) +__is_trivially_copyable(T) -- cgit v1.2.3