Move memory functions into memory.lifecycle

- move
- moveEmplace
- forward
- emplace
- swap
This commit is contained in:
2019-03-17 10:56:44 +01:00
parent 85d7a2b9ca
commit 5ab99cf887
49 changed files with 1156 additions and 1130 deletions

View File

@@ -1,5 +1,12 @@
{
"name": "meta",
"description": "Template metaprogramming",
"targetType": "library"
"targetType": "library",
"sourcePaths": [
"."
],
"importPaths": [
"."
]
}