From: Richard Smith Date: Fri, 15 Apr 2011 14:38:27 +0000 (+0000) Subject: Update www: clang now supports C++11 for-range and non-template type aliases. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f3d30b144bc23ae3190711e3ccb1f33fb1219bf;p=clang Update www: clang now supports C++11 for-range and non-template type aliases. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129569 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index 70fffc1a03..40c623fd9a 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -173,7 +173,7 @@ components are:

welcome!

- + @@ -187,12 +187,13 @@ welcome!

- - - - + + + + - + @@ -459,14 +460,14 @@ welcome!

- - - + + +
C++0x Features (current draft report here)
C++0x Features (current draft report here)
Feature
Control Flow Modifications
Range-based for loop 6.5.4N2243N2243 + N3271
Type System Modifications
template aliases 7.1.3, 14.6.7 N1489 N2258 - Includes non-template type aliasing + Only non-template type aliases implemented