GonghengZhang
Results
1
issues of
GonghengZhang
vi
3
When I use make command,it show that I should add -std=gnu++11 or -std=c++11, so I add "add_compile_options(-std=c++11)" in the test/CMakeLists.txt, But it says "error: parameter declared ‘auto’", My compiler is...