Cpp
clang支持c++11
warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
echo "alias g++='g++ -std=c++11'" >> ~/.bashrc
source ~/.bashrc
存储区域

Last updated
Was this helpful?
warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
echo "alias g++='g++ -std=c++11'" >> ~/.bashrc
source ~/.bashrc
Last updated
Was this helpful?