Add support for allocator type in Dictionary

This commit is contained in:
Wojtek Figat
2021-07-08 00:33:51 +02:00
parent f5e5686853
commit 4765e1af12
17 changed files with 170 additions and 181 deletions

View File

@@ -46,7 +46,7 @@ public:
target.AddMember(itr->name, itr->value, allocator);
}
static void ChangeIds(Document& doc, const Dictionary<Guid, Guid>& mapping);
static void ChangeIds(Document& doc, const Dictionary<Guid, Guid, HeapAllocation>& mapping);
public: