joey857

Results 1 issues of joey857

主要是因为现在系统已有的g++ gcc不支持c++11 ; 解决方案如下: # 在CMakeLists中添加c++ 11标准支持 set( CMAKE_CXX_FLAGS "-std=c++14" )