Configuration moved into seperate header file

This commit is contained in:
c3ma
2020-10-16 15:03:51 +02:00
parent 8043263772
commit 368d7f050d
4 changed files with 64 additions and 40 deletions

View File

@@ -13,7 +13,8 @@
"limits": "cpp",
"streambuf": "cpp",
"functional": "cpp",
"string": "cpp"
"string": "cpp",
"typeinfo": "cpp"
}
}
}