Which compiler has the most advanced support for the current state of C ++ 0x?

Possible duplicate:
Compiler support for the upcoming C ++ 0x

Looking for purely experimental use. Is there any support there? VC ++ and GCC seem to have very good support, but still incomplete (understandable).

+7
c ++ c ++ 11
source share
2 answers

As previously mentioned by Travis Gockel, GCC is a compiler with better support for C ++ 0x.

The best source for comparing the features of C ++ 0x compilers is this chart, which is supported by Scott Meyers: h ttp: //www.aristeia.com/C++0x/C++0xFeatureAvailability.htm

+3
source share

Gcc.

You can also refer to this handy diagram .

+11
source share

All Articles