From 8986fa4baf021ae97c98382c1b3ff229df28bc0b Mon Sep 17 00:00:00 2001 From: yingdongyuan Date: Tue, 20 Apr 2021 21:47:03 +0800 Subject: [PATCH] Update VSCode CPP Standard --- .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 fbc231ecc08..448ba3c31cc 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -92,7 +92,9 @@ ], "limitSymbolsToIncludedHeaders": true, "databaseFilename": "" - } + }, + "cStandard": "c11", + "cppStandard": "c++17" }, { "name": "Win32",