Fix ambiguously named test fixture in `commands_test.cpp`

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.0.3, 4.1.1
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • Platforms 2018-07-02
    • 61
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Microsoft's compilers that do not properly support 2-phase lookup seem to trip over an ambiguity between:

      `namespace mongo { class TypedCommand; }`

      and

      `namespace mongo { namespace{ class TypedCommand; }}`,

      when the second is defined and declared after the definition the template which would use the first (non-anonymous) instance.

            Assignee:
            ADAM Martin (Inactive)
            Reporter:
            ADAM Martin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: