C++ 11 Compiler

Can anyone recommend a C++ 11 compiler.
GCC 4.7.1 has a good go at it.
Yes, I use it and it allows almost everything.
See http://gcc.gnu.org/gcc-4.7/cxx0x_status.html for details of GCC 4.7 C++11 compliance.
Thanks.
As far as the C++11 library support, Clang's libc++ has always been far ahead of GCC's stdlibc++, and it still is: there's still no unicode codecvts in GCC, and barely any regex, and many other omissions.
What platform do you use CLang on?
I use (well, experiment with) it on linux at home. I build libc++ from SVN (and it has a few rough edges where it relies on Apple's BSD'isms, e.g. when figuring out POSIX equivalence classes).
Thanks again.
Topic archived. No new replies allowed.