summaryrefslogtreecommitdiff
path: root/src/mongo/stdx/unordered_map_test.cpp
AgeCommit message (Collapse)Author
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
2021-06-07SERVER-57477 stdx::erase_if for stdx::unordered_mapBilly Donahue
Fix loops that erase elements of the container while iterating over it. revert api_version_metrics.cpp
2019-08-15SERVER-42080 `stdx::unordered_map<...>::at` must throw.ADAM David Alan Martin
Added a test to check that this happens.