Код: Выделить всё
icpc -O3 -DNDEBUG -std=gnu++0x -o obj/main.o src/main.cpp -c
Код: Выделить всё
icpc -O3 -DNDEBUG -std=c++0x -o obj/main.o src/main.cpp -c
Код: Выделить всё
Warning #2928: the __GXX_EXPERIMENTAL_CXX0X__ macro is disabled when using GNU version 4.6 with the c++0x option
Подробнее здесь: https://stackoverflow.com/questions/893 ... ler-12-1-2