We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b4750 commit 8060728Copy full SHA for 8060728
.vscode/c_cpp_properties.json
@@ -10,7 +10,7 @@
10
"defines": [],
11
"compilerPath": "${env:ARM_NONE_EABI_TOOLCHAIN_PATH}/bin/arm-none-eabi-gcc",
12
"cStandard": "c11",
13
- "cppStandard": "c++14",
+ "cppStandard": "c++20",
14
"intelliSenseMode": "linux-gcc-arm",
15
"configurationProvider": "ms-vscode.cpp-tools",
16
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
0 commit comments