From: Richard Smith
Date: Thu, 7 Nov 2013 06:41:26 +0000 (+0000)
Subject: Mark generic lambdas, and thus C++14, as complete. Add commented-out stub for C++17.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7dae929f7049afd17e373fcf03abe9d1a381b01d;p=clang
Mark generic lambdas, and thus C++14, as complete. Add commented-out stub for C++17.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194194 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index ca3a1e4722..b0eccee8da 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -401,10 +401,10 @@ ABI-incompatible change.
C++1y implementation status
-Clang implements most of the upcoming C++ language standard,
-provisionally named C++1y. The following table describes which C++1y features
-have been implemented in Clang and in which Clang version they became
-available.
+Clang implements all of the
+current draft
+of the upcoming C++ language standard, provisionally named C++1y. The following
+table describes the Clang version in which each feature became available.
You can use Clang in C++1y mode with the -std=c++1y
option.
@@ -441,7 +441,7 @@ available.
Generic lambdas |
N3649 |
- Partial |
+ SVN |
Variable templates |
@@ -480,6 +480,17 @@ available.
+
+