[libcxx] r205504 - Mark C++14 status as 'complete'
Marshall Clow
mclow.lists at gmail.com
Wed Apr 2 19:35:29 PDT 2014
Author: marshall
Date: Wed Apr 2 21:35:29 2014
New Revision: 205504
URL: http://llvm.org/viewvc/llvm-project?rev=205504&view=rev
Log:
Mark C++14 status as 'complete'
Modified:
libcxx/trunk/www/index.html
Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=205504&r1=205503&r2=205504&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Wed Apr 2 21:35:29 2014
@@ -117,9 +117,8 @@
<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>C++1Y (C++14) implementation is in progress. The current status is
- <a href="cxx1y_status.html">here</a></p>
-
+ <p>C++14 implementation is complete. A list of new features and changes for
+ C++14 can be found <a href="cxx1y_status.html">here</a>.</p>
<p>
Ports to other platforms are underway. Here are recent test
results for <a href="results.Windows.html">Windows</a>
More information about the cfe-commits
mailing list