We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fa214 commit 2466073Copy full SHA for 2466073
1 file changed
.vscode/c_cpp_properties.json
@@ -15,8 +15,8 @@
15
},
16
"defines": [],
17
"compilerPath": "/usr/bin/g++",
18
- "cStandard": "c11",
19
- "cppStandard": "c++17",
+ "cStandard": "c17",
+ "cppStandard": "c++20",
20
"intelliSenseMode": "gcc-x64",
21
"compileCommands": "${workspaceFolder}/builddir/compile_commands.json"
22
}
0 commit comments