A Lot of Bugfixes

This commit is contained in:
2022-07-28 14:30:09 +02:00
parent 3270842a1b
commit bca1c36f75
3 changed files with 111 additions and 30 deletions

19
.vscode/settings.json vendored
View File

@ -38,6 +38,23 @@
"system_error": "cpp",
"tuple": "cpp",
"typeinfo": "cpp",
"utility": "cpp"
"utility": "cpp",
"atomic": "cpp",
"bit": "cpp",
"bitset": "cpp",
"chrono": "cpp",
"codecvt": "cpp",
"condition_variable": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"deque": "cpp",
"forward_list": "cpp",
"map": "cpp",
"iomanip": "cpp",
"memory_resource": "cpp",
"ratio": "cpp",
"regex": "cpp",
"shared_mutex": "cpp",
"valarray": "cpp"
}
}