diff --git a/www/index.html b/www/index.html index a0c60fb43..2b5b7acf9 100644 --- a/www/index.html +++ b/www/index.html @@ -91,8 +91,8 @@ experience of libstdc++ developers) is that adding support for C++0x (in particular rvalue references and move-only types) requires changes to almost every class and function, essentially amounting to a rewrite. - Faced with a rewrite, we decided to start from scratch and evaluate every - decision based from first principles based on experience.

+ Faced with a rewrite, we decided to start from scratch and evaluate every + design decision from first principles based on experience.

Further, both projects are apparently abandoned: STLport 5.2.1 was released in Oct'08, and STDCXX 4.2.1 in May'08.