I installed the latest version of Intel C++ Compiler v12.1.2 on Arch Linux 3.2.1. When I used icpc to compile my C++ file
icpc -O3 -DNDEBUG -std=gnu++0x -o o
Check here. It seems that C++0x is not fully supported