Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-73635

Coverity analysis defect 135021: AUTO_CAUSES_COPY

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Internal Code
    • Labels:
    • Storage Execution

      AUTO_CAUSES_COPY

      Unnecessary object copies can affect performance. Using the auto keyword without an & causes a copy.
      /src/mongo/db/ops/write_ops_exec.cpp:2121: AUTO_CAUSES_COPY 135021 Using the "auto" keyword without an "&" causes the copy of an object of type reference_wrapper.

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: