From ee1c3e73645eb147b608b7d75ab591b2f7ddfc37 Mon Sep 17 00:00:00 2001 From: blu3mania Date: Sun, 2 Jul 2023 19:31:51 -0400 Subject: [PATCH] Update VS Code settings to the latest C++ standard --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 382ae6d..cd41d32 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -89,5 +89,5 @@ }, "editor.tabSize": 2, "editor.detectIndentation": false, - "C_Cpp.default.cppStandard": "c++20" + "C_Cpp.default.cppStandard": "c++23" } \ No newline at end of file