[www] r342620 - libc++ fully supports C++14

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 00:16:22 PDT 2018


Author: sylvestre
Date: Thu Sep 20 00:16:22 2018
New Revision: 342620

URL: http://llvm.org/viewvc/llvm-project?rev=342620&view=rev
Log:
libc++ fully supports C++14

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=342620&r1=342619&r2=342620&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Thu Sep 20 00:16:22 2018
@@ -63,7 +63,7 @@
 <li><p>The <b><a href="http://libcxx.llvm.org">libc++</a></b> and
     <b><a href="http://libcxxabi.llvm.org">libc++ ABI</a></b> projects provide
     a standard conformant and high-performance implementation of the C++
-    Standard Library, including full support for C++11.</p></li>
+    Standard Library, including full support for C++11 and C++14.</p></li>
 
 <li><p>The <b><a href="http://compiler-rt.llvm.org">compiler-rt</a></b> project
     provides highly tuned implementations of the low-level code generator




More information about the llvm-commits mailing list