Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
Description
AUTO_CAUSES_COPY
Unnecessary object copies can affect performance. Using the auto keyword without an & causes a copy.
/src/mongo/db/pipeline/document_source_exchange.cpp:409: AUTO_CAUSES_COPY 122701 Using the "auto" keyword without an "&" causes the copy of an object of type BSONElement.