diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/www/index.html b/www/index.html index eca48ced11cb7..8f9ae510f8f58 100644 --- a/www/index.html +++ b/www/index.html @@ -134,14 +134,17 @@ <p>libc++ is a 100% complete C++11 implementation on Apple's OS X. </p> <p>LLVM and Clang can self host in C++ and C++11 mode with libc++ on Linux.</p> - <p>libc++ is also a 100% complete C++14 implementation. A list of new features and changes for - C++14 can be found <a href="cxx1y_status.html">here</a>.</p> + <p>libc++ is also a 100% complete C++14 implementation. A list of new features and + changes for C++14 can be found <a href="cxx1y_status.html">here</a>.</p> + <p>libc++'s C++17 implementation is not yet complete. A list of features and changes + for C++17 can be found <a href="cxx1z_status.html">here</a>.</p> <p>A list of features and changes for the next C++ standard, known here as - "C++1z" (probably to be C++17) can be found <a href="cxx1z_status.html">here</a>.</p> - <p>A list of features and changes for the C++ standard beyond C++17, known here as "C++2a" (probably to be C++20) can be found <a href="cxx2a_status.html">here</a>.</p> - <p>Implementation of the post-c++14 Technical Specifications is in progress. A list of features and - the current status of these features can be found <a href="ts1z_status.html">here</a>.</p> + <p>Implementation of the post-C++14 Technical Specifications is in progress. A list of features + and the current status of these features can be found <a href="ts1z_status.html">here</a>.</p> + <p>As features get moved from the Technical Specifications into the main standard, we + will (after a period for migration) remove them from the TS implementation. This + process is detailed <a href="TS_deprecation.html">here</a>.</p> <!--======================================================================--> <h2 id="buildbots">Build Bots</h2> |