From a0fb00f9837bd0d2e5948f16f6a6b82a7a628f51 Mon Sep 17 00:00:00 2001 From: dim Date: Sat, 26 Feb 2011 22:09:03 +0000 Subject: Vendor import of clang trunk r126547: http://llvm.org/svn/llvm-project/cfe/trunk@126547 --- docs/LanguageExtensions.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/LanguageExtensions.html') diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 8f412c6..b0de13a 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -419,8 +419,7 @@ compile-time assertions using static_assert is enabled.

Use __has_feature(cxx_auto_type) to determine C++0x type inference is supported using the auto specifier. If this is disabled, -auto will instead be a storage class specifier, as in C or C++98. -Clang does not currently implement this feature.

+auto will instead be a storage class specifier, as in C or C++98.

C++0x variadic templates

-- cgit v1.1