How to turn on C++0x of Intel C++ Compiler 12.1.2

后端 未结 2 1777
南旧
南旧 2020-12-21 09:17

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         


        
2条回答
提交回复
热议问题