From 6a556572b4be0906d94e655feb65278a60bcaf2a Mon Sep 17 00:00:00 2001 From: Timerix Date: Sun, 7 Jun 2026 16:20:43 +0500 Subject: [PATCH] c_cpp_properties.json: c++11 --- default_vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default_vscode/c_cpp_properties.json b/default_vscode/c_cpp_properties.json index a1a1f7c..3b9935f 100644 --- a/default_vscode/c_cpp_properties.json +++ b/default_vscode/c_cpp_properties.json @@ -7,7 +7,8 @@ // "include", "${default}" ], - "cStandard": "c99" + "cStandard": "c99", + "cppStandard": "c++11", } ], "version": 4