This commit is contained in:
Benjamin Kyd
2020-12-01 15:13:58 +00:00
parent 7e57520f0e
commit 3bd5e13f0c
9 changed files with 326 additions and 1 deletions

14
.vscode/settings.json vendored
View File

@@ -40,6 +40,18 @@
"xstring": "cpp",
"xtr1common": "cpp",
"xutility": "cpp",
"algorithm": "cpp"
"algorithm": "cpp",
"concepts": "cpp",
"ctime": "cpp",
"iomanip": "cpp",
"iterator": "cpp",
"list": "cpp",
"map": "cpp",
"set": "cpp",
"unordered_map": "cpp",
"xhash": "cpp",
"xlocmon": "cpp",
"xloctime": "cpp",
"xtree": "cpp"
}
}