From 8128cd2c2f4cad7fbdbb99a6e5bfde37857a43f4 Mon Sep 17 00:00:00 2001
From: Richard Smith
Date: Sun, 31 Aug 2014 04:18:54 +0000
Subject: [PATCH] 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
---
www/cxx_status.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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).