diff options
| -rw-r--r-- | clang/www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 992d18c1876..daedbdd7e80 100644 --- a/clang/www/cxx_status.html +++ b/clang/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.</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> |

