Revert "I see compilation problems with std::multimap::emplace on a old system so lets avoid that"
This reverts commit 4e820b6c4a
.
This commit is contained in:
parent
4e820b6c4a
commit
be78e44c3f
|
@ -1016,7 +1016,7 @@ public:
|
||||||
|
|
||||||
const Function * back = &functionList.back();
|
const Function * back = &functionList.back();
|
||||||
|
|
||||||
functionMap[back->tokenDef->str()] = back;
|
functionMap.emplace(back->tokenDef->str(), back);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool hasDefaultConstructor() const;
|
bool hasDefaultConstructor() const;
|
||||||
|
|
Loading…
Reference in New Issue