1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-30 19:46:59 -06:00
Lioncash 06898263f6 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.
2018-10-13 08:29:35 -04:00
..
2018-08-01 00:16:54 -04:00
2018-08-01 00:16:54 -04:00