From bfa808e093b1bd53832a9aa245d27b1b95827bbf Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Wed, 12 May 2010 22:34:21 +0000
Subject: [PATCH] wording.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103658 91177308-0d34-0410-b5e6-96231b3b80d8
---
www/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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.