mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-12-31 13:49:07 +03:00
fdr: use braced init syntax for pairs
This commit is contained in:
committed by
Matthew Barr
parent
b8cd169cde
commit
ad74f3b895
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user