[cfe-commits] [libcxx] r103657 - /libcxx/trunk/www/index.html
Chris Lattner
sabre at nondot.org
Wed May 12 15:33:00 PDT 2010
Author: lattner
Date: Wed May 12 17:33:00 2010
New Revision: 103657
URL: http://llvm.org/viewvc/llvm-project?rev=103657&view=rev
Log:
wording
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=103657&r1=103656&r2=103657&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Wed May 12 17:33:00 2010
@@ -80,10 +80,10 @@
<li><p>Mainline libstdc++ has switched to GPL3, a license which the developers
of libc++ cannot use. libstdc++ 4.2 (the last GPL2 version) could be
independently extended to support C++'0x, but this would be a fork of the
- codebase, which is usually seen as worse for a project than starting a new
- one. Another problem with libstdc++ is that it is tightly integrated with
- G++ development, tending to be tied fairly closely to the matching
- version of G++.</p>
+ codebase (which is often seen as worse for a project than starting a new
+ independent one). Another problem with libstdc++ is that it is tightly
+ integrated with G++ development, tending to be tied fairly closely to the
+ matching version of G++.</p>
</li>
<li><p>STLport and the Apache libstdcxx library are two other popular
More information about the cfe-commits
mailing list