cmake 编译时出现了这个问题 是因为编译器不支持 所以 加上 -std=c++11 在CMakeLists.txt文件里 把 add_compile_options(-std=c++11) 这一句打开