From 23bf157ae50e86e3077dfa823b8a27f0547418fc Mon Sep 17 00:00:00 2001 From: Thomas Beutlich Date: Wed, 13 May 2026 22:32:19 +0200 Subject: [PATCH] Bump SDK version and C++ standard --- .vscode/c_cpp_properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 69f87d9e7..057879d71 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -11,10 +11,10 @@ "UNICODE", "_UNICODE" ], - "windowsSdkVersion": "10.0.22000.0", + "windowsSdkVersion": "10.0.28000.0", "compilerPath": "cl.exe", "cStandard": "c17", - "cppStandard": "c++17", + "cppStandard": "c++20", "intelliSenseMode": "windows-msvc-x64", "configurationProvider": "ms-vscode.cmake-tools" }