set c++ 17 in vscode

# set( CMAKE_CXX_FLAGS "-std=c++17 -O3" ) # tj : this doesn't work
set(CMAKE_CXX_STANDARD 17)

你可能感兴趣的:(vscode)