Skip to content

Commit 8060728

Browse files
mark9064JF002
authored andcommitted
Update VS Code config to C++20
1 parent 54b4750 commit 8060728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/c_cpp_properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"defines": [],
1111
"compilerPath": "${env:ARM_NONE_EABI_TOOLCHAIN_PATH}/bin/arm-none-eabi-gcc",
1212
"cStandard": "c11",
13-
"cppStandard": "c++14",
13+
"cppStandard": "c++20",
1414
"intelliSenseMode": "linux-gcc-arm",
1515
"configurationProvider": "ms-vscode.cpp-tools",
1616
"compileCommands": "${workspaceFolder}/build/compile_commands.json"

0 commit comments

Comments
 (0)