摘要: 目前(2019年2月22日)仍然是 G++ 4.8.4 , 终端运行,命令行: g++ test.cpp -o test ,而g++ 4.8.4默认标准是: -std=gnu++98 。 g++到了gcc6才把默认标准直接改为 gnu++14 ,参考资料:https://gcc.gnu.org/gc 阅读全文
posted @ 2019-02-22 07:40 立体风 阅读(791) 评论(0) 推荐(1) 编辑