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

Some Command members need to be const-qualified

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.2
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible

      TypedCommand tightens the Command API, and often needs to access Command member functions through `const Command*` pointers. Some member functions are logically non-mutating, but are not marked const. These need to be const-qualified to proceed with TypedCommand refactoring.

            Assignee:
            billy.donahue@mongodb.com Billy Donahue
            Reporter:
            billy.donahue@mongodb.com Billy Donahue
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: