Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpc: Emplace buffers into vector, not push
There are two places that accumulate a vector of buffer and for that they push-back the temporarily-constructed one. There's the emplace_back shortcut for such cases. Signed-off-by: Pavel Emelyanov <[email protected]>
- Loading branch information