diff options
author | Lioncash <mathew1800@gmail.com> | 2018-07-20 21:51:28 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-07-20 21:51:30 -0400 |
commit | 894b0de0f2cd15655726ae885b44b030711328a3 (patch) | |
tree | 7dda073351a806d63cdf9ad04f08a4a54173bcb8 /src/common/memory_util.cpp | |
parent | dd09439feec14362b8d88c6fad662c9996426b67 (diff) |
vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const reference
Given the data is intended to be directly written, there's no need to
take the std::vector by value and copy the data.
Diffstat (limited to 'src/common/memory_util.cpp')
0 files changed, 0 insertions, 0 deletions