std::pair in emplace back couldn't be constructed because SNodeId has an
explicit constructor. Not sure how this even compiled on my machine before.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308734
91177308-0d34-0410-b5e6-
96231b3b80d8
bool RootNodePair = true;
- TreePairs.emplace_back(S1.getSize(), S2.getSize());
+ TreePairs.emplace_back(SNodeId(S1.getSize()), SNodeId(S2.getSize()));
while (!TreePairs.empty()) {
SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col;