error: in C++98 ‘xxx’ must be in

2020-03-26  本文已影响0人  洛丽塔的云裳

解决方法:指定c++11

g++ -std=c++11 -o test test.cpp

上一篇 下一篇

猜你喜欢

热点阅读