Update vscode cpp properties

This commit is contained in:
Ted John 2018-04-08 13:02:26 +01:00
parent c734738208
commit bb423194c1
1 changed files with 3 additions and 1 deletions

View File

@ -79,7 +79,9 @@
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}
},
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 3