fdr: use braced init syntax for pairs

This commit is contained in:
Justin Viiret
2016-04-29 09:40:44 +10:00
committed by Matthew Barr
parent b8cd169cde
commit ad74f3b895
4 changed files with 8 additions and 8 deletions

View File

@@ -472,7 +472,7 @@ setupFullMultiConfs(const vector<hwlmLiteral> &lits,
u32 idx = c * nBuckets + b;
confBase[idx] = confirm_offset;
}
return make_pair(move(buf), totalSize);
return {move(buf), totalSize};
}
} // namespace ue2