From a3eea76fa07264c5ce9c97d8ab767ff545f43eb5 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Wed, 28 Feb 2024 21:57:38 +0100 Subject: [PATCH] Update cppStandard in .vscode properties --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index b30e36997a..f3909d6159 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -24,7 +24,7 @@ "/Library/Frameworks" ], "cStandard": "c11", - "cppStandard": "c++17" + "cppStandard": "c++20" }, { "name": "Linux",