I'm using Intel C++ 13.1.0 on CentOS 6.4.
Does anyone know precisely which C++11 features this supports? The Release Notes have this ominous-sounding bullet point:
"Support for C++11 features in gcc 4.6 and 4.7 headers"
So does that mean that whatever C++ standard-library header files reside under /usr/lib are the ones used by the Intel compiler?
Also, CentOS 6.4 provides gcc 4.4.7. Does this mean that if I want the Intel C++ compiler to have as-complete-as-possible C++11 support, I need to somehow get the header files from a newer version of G++ to reside under /usr/include?




