g++ error unrecognized command-line option ‘-std=c++23’; did you mean ‘-std=c++03’?

编译一个C++的项目代码,报错:

g++: error: unrecognized command-line option ‘-std=c++23’; did you mean ‘-std=c++03’?

image-20241102182826152


解决方法:

安装g++-11,修改系统中的默认指定,将g++系统路径指向新安装的g++-11路径。



强化学习算法library库:(集成库)

https://github.com/Denys88/rl_games

https://github.com/Domattee/gymTouch

个人github博客地址:
https://devilmaycry812839668.github.io/

posted on 2024-11-03 10:32  Angry_Panda  阅读(2)  评论(0编辑  收藏  举报

导航