Update cppStandard in .vscode properties

This commit is contained in:
Aaron van Geffen 2024-02-28 21:57:38 +01:00
parent c2730bc12d
commit a3eea76fa0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"/Library/Frameworks"
],
"cStandard": "c11",
"cppStandard": "c++17"
"cppStandard": "c++20"
},
{
"name": "Linux",