aboutsummaryrefslogtreecommitdiff
path: root/databases/mongodb/files/clang-patch-src_mongo_platform_unordered_set.h
blob: 8c9bd317f6481c5915b47be0b1d3dc7b7f518fb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/mongo/platform/unordered_set.h.orig   2013-09-15 14:05:01.015524128 +0000
+++ src/mongo/platform/unordered_set.h        2013-08-18 18:24:57.000000000 +0000
@@ -48,7 +48,7 @@
 
 namespace mongo {
 
-    using std::tr1::unordered_set;
+    using std::unordered_set;
 
 }  // namespace mongo