[cfe-commits] [libcxx] r105467 - /libcxx/trunk/www/index.html
Dan Gohman
gohman at apple.com
Fri Jun 4 07:16:03 PDT 2010
Author: djg
Date: Fri Jun 4 09:16:02 2010
New Revision: 105467
URL: http://llvm.org/viewvc/llvm-project?rev=105467&view=rev
Log:
Fix an apparent typo.
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=105467&r1=105466&r2=105467&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Fri Jun 4 09:16:02 2010
@@ -128,7 +128,7 @@
<p><a href="libcxx_by_chapter.pdf">Here</a> is a by-chapter breakdown of what
is passing tests and what isn't. This chart is currently based on testing
- against g++-4.4.0 with -stdc++0x. </p>
+ against g++-4.4.0 with -std=c++0x. </p>
<!--=====================================================================-->
<h2>Get it and get involved!</h2>
More information about the cfe-commits
mailing list