summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-13 08:28:15 -0400
committerLioncash <mathew1800@gmail.com>2018-10-13 08:29:35 -0400
commit06898263f6ef8dc4294a8c7554023320c27b957c (patch)
tree2fd994791a4c61e00259fc9aa95599ab2aee56ff /src/common/file_util.cpp
parente70c08b543f1af569a59c672f707128cc31d341d (diff)
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/common/file_util.cpp')
0 files changed, 0 insertions, 0 deletions