Skip to content
Snippets Groups Projects
Commit 8128cd2c authored by Richard Smith's avatar Richard Smith
Browse files

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
parent 4b79c4d0
No related branches found
No related tags found
No related merge requests found
......@@ -431,7 +431,7 @@ of the upcoming C++14 language standard. The following table describes the
Clang version in which each feature became available.</p>
<p>You can use Clang in C++14 mode with the <code>-std=c++14</code> option
(use <code>-std=c++1y</code> in Clang 3.4).</p>
(use <code>-std=c++1y</code> in Clang 3.4 and earlier).</p>
<table width="689" border="1" cellspacing="0">
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment