gcc编译时出现下图错误:
错误原因:现在使用的编译器不支持c++14标准,make_unique只有c++14支持
解决方案:升级gcc,本人将gcc升级到了7.2.0该问题解决了
升级gcc参考文章:https://mp.csdn.net/postedit/97376324
参考文章:
https://stackoverflow.com/questions/24609271/errormake-unique-is-not-a-member-of-std
gcc编译时出现下图错误:
错误原因:现在使用的编译器不支持c++14标准,make_unique只有c++14支持
解决方案:升级gcc,本人将gcc升级到了7.2.0该问题解决了
升级gcc参考文章:https://mp.csdn.net/postedit/97376324
参考文章:
https://stackoverflow.com/questions/24609271/errormake-unique-is-not-a-member-of-std