From bb423194c1f0d44613ed5d0192d94eaf0b4be8af Mon Sep 17 00:00:00 2001 From: Ted John Date: Sun, 8 Apr 2018 13:02:26 +0100 Subject: [PATCH] Update vscode cpp properties --- .vscode/c_cpp_properties.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index a721386675..e1d55cf39e 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -79,7 +79,9 @@ ], "limitSymbolsToIncludedHeaders": true, "databaseFilename": "" - } + }, + "cStandard": "c11", + "cppStandard": "c++17" } ], "version": 3