C++ 11 Compiler

Aug 8, 2012 at 11:05am
Can anyone recommend a C++ 11 compiler.
Aug 8, 2012 at 11:12am
GCC 4.7.1 has a good go at it.
Aug 8, 2012 at 11:13am
Yes, I use it and it allows almost everything.
Aug 8, 2012 at 11:15am
See http://gcc.gnu.org/gcc-4.7/cxx0x_status.html for details of GCC 4.7 C++11 compliance.
Aug 8, 2012 at 12:03pm
Thanks.
Aug 8, 2012 at 1:36pm
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.
Aug 8, 2012 at 9:29pm
What platform do you use CLang on?
Aug 8, 2012 at 9:38pm
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).
Aug 8, 2012 at 11:48pm
Thanks again.
Topic archived. No new replies allowed.