This commit is contained in:
Hartmut Seichter 2024-07-11 09:22:39 +02:00
parent cd19543627
commit 63135466a2
8 changed files with 430 additions and 470 deletions

56
.vscode/settings.json vendored
View file

@ -50,7 +50,61 @@
"typeinfo": "cpp",
"drawable": "cpp",
"userdatacontainer": "cpp",
"*.txx": "cpp"
"*.txx": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwctype": "cpp",
"any": "cpp",
"atomic": "cpp",
"hash_map": "cpp",
"strstream": "cpp",
"cfenv": "cpp",
"charconv": "cpp",
"cinttypes": "cpp",
"codecvt": "cpp",
"compare": "cpp",
"complex": "cpp",
"condition_variable": "cpp",
"coroutine": "cpp",
"cstdint": "cpp",
"deque": "cpp",
"forward_list": "cpp",
"list": "cpp",
"map": "cpp",
"set": "cpp",
"string": "cpp",
"unordered_set": "cpp",
"algorithm": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"random": "cpp",
"ratio": "cpp",
"source_location": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"utility": "cpp",
"hash_set": "cpp",
"fstream": "cpp",
"iomanip": "cpp",
"iostream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"numbers": "cpp",
"semaphore": "cpp",
"sstream": "cpp",
"stdfloat": "cpp",
"text_encoding": "cpp",
"typeindex": "cpp",
"variant": "cpp"
},
"mesonbuild.configureOnOpen": false
}