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