This commit is contained in:
2024-01-24 08:25:44 +01:00
parent f260e92596
commit 36a799057c
42 changed files with 926 additions and 2313 deletions

View File

@@ -13,7 +13,7 @@
"windowsSdkVersion": "10.0.22000.0",
"compilerPath": "g++.exe",
// "cStandard": "c99",
"cppStandard": "c++20",
"cppStandard": "c++20", //ex=c++20
"intelliSenseMode": "gcc-x86"
}
],

17
.vscode/settings.json vendored
View File

@@ -68,7 +68,22 @@
"map": "cpp",
"csignal": "cpp",
"filesystem": "cpp",
"list": "cpp"
"list": "cpp",
"array": "cpp",
"*.tcc": "cpp",
"cstdarg": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"unordered_map": "cpp",
"functional": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"random": "cpp",
"string_view": "cpp",
"numbers": "cpp",
"span": "cpp",
"cinttypes": "cpp",
"variant": "cpp"
},
"C_Cpp.errorSquiggles": "enabledIfIncludesResolve"
}