llvm-svn: 103658
This commit is contained in:
Chris Lattner 2010-05-12 22:34:21 +00:00
parent a940b5b72e
commit d55fd111d1

View File

@ -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.</p>
Faced with a rewrite, we decided to start from scratch and evaluate every
design decision from first principles based on experience.</p>
<p>Further, both projects are apparently abandoned: STLport 5.2.1 was
released in Oct'08, and STDCXX 4.2.1 in May'08.</p>