Add support for allocator type in Dictionary
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user