https://bugs.llvm.org/show_bug.cgi?id=17703
Marshall Clow (home) <mclow.li...@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #9 from Marshall Clow (home) <mclow.li...@gmail.com> ---
Closing as invalid.
If you build with a C++03 standard library (libstdc++ 4.2), it's going to be
faster than with a C++11 standard library - because there's a lot more in the
library headers for C++11
Eric's tests, with a version of libstdc++ that implements the C++11 features,
show no difference in compile times.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs