From: Richard Smith Date: Sat, 20 Apr 2013 15:57:27 +0000 (+0000) Subject: Switch C++11 open project to C++1y :) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c6671e58f287ff0f74902176c110018294e07a5;p=clang Switch C++11 open project to C++1y :) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179951 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/OpenProjects.html b/www/OpenProjects.html index 98d86602fb..1f23b963bb 100644 --- a/www/OpenProjects.html +++ b/www/OpenProjects.html @@ -78,8 +78,8 @@ improve the quality of clang by self-testing. Some examples: -
  • Continue work on C++'11 support: - C++'98 is feature complete, but there is still a lot of C++'11 features to +
  • Continue work on C++1y support: + C++98 and C++11 are feature-complete, but there are still several C++1y features to implement. Please see the C++ status report page to find out what is missing.