We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011e17b commit fbc5815Copy full SHA for fbc5815
src/include/xm_hashmap.h
@@ -1,6 +1,6 @@
1
#ifndef __XMHASHMAP_H__
2
#define __XMHASHMAP_H__
3
4
-#include <tr1/unordered_map>
5
-namespace HashNamespace = std::tr1;
+#include <unordered_map>
+namespace HashNamespace = std;
6
#endif
0 commit comments