diff options
| author | 2018-10-13 08:28:15 -0400 | |
|---|---|---|
| committer | 2018-10-13 08:29:35 -0400 | |
| commit | 06898263f6ef8dc4294a8c7554023320c27b957c (patch) | |
| tree | 2fd994791a4c61e00259fc9aa95599ab2aee56ff /src/core/hle/kernel/kernel.cpp | |
| parent | key_manager: Brace long conditional body (diff) | |
| download | yuzu-06898263f6ef8dc4294a8c7554023320c27b957c.tar.gz yuzu-06898263f6ef8dc4294a8c7554023320c27b957c.tar.xz yuzu-06898263f6ef8dc4294a8c7554023320c27b957c.zip | |
key_manager: Use std::vector's insert() instead of std::copy with a back_inserter
If the data is unconditionally being appended to the back of a
std::vector, we can just directly insert it there without the need to
insert all of the elements one-by-one with a std::back_inserter.
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
0 files changed, 0 insertions, 0 deletions