From: Richard Smith
Date: Sun, 31 Aug 2014 04:18:54 +0000 (+0000)
Subject: cxx_status: we did support some of C++14 in Clang 3.3.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8128cd2c2f4cad7fbdbb99a6e5bfde37857a43f4;p=clang
cxx_status: we did support some of C++14 in Clang 3.3.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216837 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 992d18c187..daedbdd7e8 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -431,7 +431,7 @@ of the upcoming C++14 language standard. The following table describes the
Clang version in which each feature became available.
You can use Clang in C++14 mode with the -std=c++14
option
-(use -std=c++1y
in Clang 3.4).
+(use -std=c++1y
in Clang 3.4 and earlier).