aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/postal/files/patch-bhmusers.h
blob: 7d1bcde83da9bc4945101ebb63ab9632256d4c71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- bhmusers.h.orig	2016-06-30 08:57:25 UTC
+++ bhmusers.h
@@ -6,7 +6,7 @@
 #include <string>
 #include "conf.h"
 
-#include <tr1/unordered_map>
+#include <unordered_map>
 
 #include "postal.h"
 
@@ -18,7 +18,7 @@
   int sync_time;
 } BHM_DATA;
 
-typedef std::tr1::unordered_map<string, BHM_DATA, hash<string> > NAME_MAP;
+typedef std::unordered_map<string, BHM_DATA, hash<string> > NAME_MAP;
 
 class BHMUsers
 {