Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Platforms 2018-02-26
Description
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.