[www] r179853 - C++11 is the correct name

Gabor Greif ggreif at gmail.com
Fri Apr 19 07:53:14 PDT 2013


Author: ggreif
Date: Fri Apr 19 09:53:14 2013
New Revision: 179853

URL: http://llvm.org/viewvc/llvm-project?rev=179853&view=rev
Log:
C++11 is the correct name

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=179853&r1=179852&r2=179853&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Fri Apr 19 09:53:14 2013
@@ -70,7 +70,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++'0x.</p></li>
+    Standard Library, including full support for C++11.</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