AUTO_CAUSES_COPY
Unnecessary object copies can affect performance. Using the auto keyword without an & causes a copy.
/src/mongo/db/commands/feature_compatibility_version.cpp:152: AUTO_CAUSES_COPY 128690 Using the "auto" keyword without an "&" causes the copy of an object of type _Bit_reference.