Author: mark9064 <30447455+mark9064@users.noreply.github.com>
Update VS Code config to C++20
.vscode/c_cpp_properties.json | 2 +-
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index f8da48d59e567e016654efda75afccf743784d34..392f4151e477c45506a59427e8c02a70d75c49fd 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -10,7 +10,7 @@ ], "defines": [], "compilerPath": "${env:ARM_NONE_EABI_TOOLCHAIN_PATH}/bin/arm-none-eabi-gcc", "cStandard": "c11", - "cppStandard": "c++14", + "cppStandard": "c++20", "intelliSenseMode": "linux-gcc-arm", "configurationProvider": "ms-vscode.cpp-tools", "compileCommands": "${workspaceFolder}/build/compile_commands.json"