summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
diff options
context:
space:
mode:
authorAdam <Adam@drink-coca-cola.info>2010-06-03 23:09:22 -0400
committerAdam <Adam@anope.org>2010-06-18 21:04:09 -0400
commite6447fa2c40270d2e2435229127dd970194b47d9 (patch)
tree65778fc16c1789517595b2b4cbfcb2c9330b022e /include/hashcomp.h
parent6cd88494662c5c4af2da891926dcc82367596cb9 (diff)
Added in a subcommand system and switched ns_set and ns_saset to use it
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r--include/hashcomp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index a0d456b40..6d4530dc6 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -16,7 +16,8 @@
#include <string>
#ifndef _WIN32
- #ifdef HASHMAP_DEPRECATED /* If gcc ver > 4.3 */
+// #ifdef HASHMAP_DEPRECATED /* If gcc ver > 4.3 */
+ #if 1
/* GCC4.3+ has deprecated hash_map and uses tr1. But of course, uses a different include to MSVC. */
#include <tr1/unordered_map>
#define unordered_map_namespace std::tr1