For someone who wants his C++ code to be portable across the different C++ compilers, is it time to start using C++11, or is it going to be a while before the new standard is supported by all of the major compilers (VC, GCC, CLang, Intel)?
In other words, what’s the status of C++11 support among the major compilers?
Clang (updated regularly):
GCC 4.5 to 4.7 (updated regularly):
Visual C++ 10 and 11 (a bit old, but newest I’ve found):