summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2014-10-15 23:55:05 -0400
committerBenety Goh <benety@mongodb.com>2014-10-15 23:55:05 -0400
commit1b3bc30c035aef041fec0b9cccf64e9f5640cf21 (patch)
treecc137925041f98314a3cff28ed085180e391c6c4 /src
parent5aa159eb06d1db9c5870977f32fc1c9271845c2b (diff)
downloadmongo-1b3bc30c035aef041fec0b9cccf64e9f5640cf21.tar.gz
SERVER-14425 fixed compilation error in fast_map_noalloc_test
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/concurrency/fast_map_noalloc_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/concurrency/fast_map_noalloc_test.cpp b/src/mongo/db/concurrency/fast_map_noalloc_test.cpp
index 2d340eadc5d..445032a4db8 100644
--- a/src/mongo/db/concurrency/fast_map_noalloc_test.cpp
+++ b/src/mongo/db/concurrency/fast_map_noalloc_test.cpp
@@ -135,7 +135,7 @@ namespace mongo {
TEST(FastMapNoAlloc, RemoveAll) {
TestFastMapNoAlloc map;
- std::unordered_map<ResourceId, TestStruct> checkMap;
+ unordered_map<ResourceId, TestStruct> checkMap;
for (int i = 1; i <= 6; i++) {
map.insert(ResourceId(RESOURCE_DOCUMENT, i))->initNew(