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:
Daniel Marjamäki 2018-04-14 15:43:14 +02:00
parent 4e820b6c4a
commit be78e44c3f
1 changed files with 1 additions and 1 deletions

View File

@ -1016,7 +1016,7 @@ public:
const Function * back = &functionList.back();
functionMap[back->tokenDef->str()] = back;
functionMap.emplace(back->tokenDef->str(), back);
}
bool hasDefaultConstructor() const;