我正在尝试启动VScode 1.40.2并为C ++运行。当我尝试“运行构建任务”时,收到此错误消息。 clang-x64。
Apple LLVM版本9.0.0(clang-900.0.39.2) 目标:x86_64-apple-darwin16.7.0
Executing task: clang++ -std=c++17 -stdlib=libc++ helloworld.cpp -o helloworld.out --debug
error: invalid value 'c++17' in '-std=c++17'
The terminal process terminated with exit code: 1