Details
Description
AUTO_CAUSES_COPY
Unnecessary object copies can affect performance. Using the auto keyword without an & causes a copy.
/src/mongo/db/storage/storage_engine_impl.cpp:180: AUTO_CAUSES_COPY 122834 Using the "auto" keyword without an "&" causes the copy of an object of type Entry.