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

Change to std::string incorrectly applied in comments

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 2.7.1
    • Component/s: Internal Code
    • None
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Several comments in the server codebase incorrectly had the word 'string' changed to std::string as part of SERVER-13256 (see https://github.com/mongodb/mongo/commit/f2bfd36a6f3eb7e7e2587268be3cc12636703d42 and look for changes in comments).

      In many cases, the edited comment is no longer correct, because the actual argument or return value is C string, not a C++ std::string, or because the reference to 'string' in the comment was used in its generic sense (e.g. 'connection string').

            Assignee:
            backlog-server-platform DO NOT USE - Backlog - Platform Team
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: