Some general refactors to dependency side of the library

Also upated the gencpp.refactor script with almost all relevant symbols.
gen.undef.macros.hpp also filled out

Ready to complete gencpp related todos left in implementation...
This commit is contained in:
2023-07-13 19:28:25 -04:00
parent 30381648b2
commit a86d6fa0ee
5 changed files with 437 additions and 369 deletions

View File

@ -16,7 +16,8 @@
"tuple": "cpp",
"xmemory": "cpp",
"algorithm": "cpp",
"limits": "cpp"
"limits": "cpp",
"concepts": "cpp"
},
"C_Cpp.intelliSenseEngineFallback": "disabled",
"mesonbuild.configureOnOpen": true,