re-factoring/re-structure of modules

This commit is contained in:
willem oldemans
2020-09-16 14:54:35 +02:00
parent 2b028d543e
commit c246965111
31 changed files with 4982 additions and 362 deletions

View File

@@ -0,0 +1,26 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"__bit_reference": "cpp",
"__hash_table": "cpp",
"__split_buffer": "cpp",
"array": "cpp",
"deque": "cpp",
"filesystem": "cpp",
"initializer_list": "cpp",
"iterator": "cpp",
"string": "cpp",
"string_view": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"ostream": "cpp",
"*.tcc": "cpp",
"ios": "cpp"
}
}
}