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

@@ -217,7 +217,7 @@ setupFDRFloodControl(const vector<hwlmLiteral> &lits,
DEBUG_PRINTF("made a flood structure with %zu + %zu = %zu\n",
floodHeaderSize, floodStructSize, totalSize);
return make_pair(move(buf), totalSize);
return {move(buf), totalSize};
}
} // namespace ue2