Skip to content

Commit 2466073

Browse files
committed
VScode: Use C++20 mode for IntelliSense
1 parent d8fa214 commit 2466073

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/c_cpp_properties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"defines": [],
1717
"compilerPath": "/usr/bin/g++",
18-
"cStandard": "c11",
19-
"cppStandard": "c++17",
18+
"cStandard": "c17",
19+
"cppStandard": "c++20",
2020
"intelliSenseMode": "gcc-x64",
2121
"compileCommands": "${workspaceFolder}/builddir/compile_commands.json"
2222
}

0 commit comments

Comments
 (0)