Remove `mongo/platform/unordered_`* headers

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 3.7.3
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • Platforms 2018-02-26
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The `mongo/platform/unordered_map.h` and `mongo/platform/unordered_set.h` headers were added before the transition to both C++11 and the `stdx::` namespace. We now should be using `stdx::` forms of these containers.

      The `platform` headers inject the `stdx::` forms into the `mongo::` namespace, which is less than ideal. We should remove these.

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

              Created:
              Updated:
              Resolved: