Update vscode cpp properties [ci skip]

This commit is contained in:
Ted John 2018-04-05 21:24:52 +01:00
parent 57b8ea4a89
commit 06da0b2fb5
1 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,10 @@
], ],
"limitSymbolsToIncludedHeaders": true, "limitSymbolsToIncludedHeaders": true,
"databaseFilename": "" "databaseFilename": ""
} },
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17"
}, },
{ {
"name": "Win32", "name": "Win32",