diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2015-12-08 00:08:23 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2015-12-08 00:08:23 +0000 |
commit | 146c640e814a59b9b9c9f5049ba8d4f8c23d7ff5 (patch) | |
tree | afbaba778e390e70c4a5d816d6686bd1b15366c9 | |
parent | dc627ad63fcfda856de892588c7cb4e1454e3645 (diff) | |
download | bcm5719-llvm-146c640e814a59b9b9c9f5049ba8d4f8c23d7ff5.tar.gz bcm5719-llvm-146c640e814a59b9b9c9f5049ba8d4f8c23d7ff5.zip |
Cleaned up the intro for the TS status page; really need much more info here
llvm-svn: 254971
-rw-r--r-- | libcxx/www/ts1z_status.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/www/ts1z_status.html b/libcxx/www/ts1z_status.html index bcaa060b470..9d4a000b0b9 100644 --- a/libcxx/www/ts1z_status.html +++ b/libcxx/www/ts1z_status.html @@ -35,8 +35,8 @@ <h1>Post-C++14 TS Implementation Status</h1> <!--*********************************************************************--> - <p>In April 2013, the C++ standard committee approved the draft for the next version of the C++ standard, known as "C++1Y" (probably to be C++14)</p> - <p>The draft standard includes papers and issues that were voted on at the previous three meetings (Kona, Portland, and Bristol)</p> + <p>In November 2014, the C++ standard committee approved the draft for the next version of the C++ standard, known as "C++1z" (probably to be C++17)</p> + <p>In addition, there are several "Technical Specifications", that consist of new features that are proposed, but not yet accepted for C++1z.</p> <p>This page shows the status of libc++; the status of clang's support of the language features is <a href="http://clang.llvm.org/cxx_status.html">here</a>.</p> <h3>Technical Specifications</h3> @@ -95,7 +95,7 @@ </table> - <p>Last Updated: 21-Jul-2015</p> + <p>Last Updated: 7-Dec-2015</p> </div> </body> </html> |