From 603acdf77e561f527b27a4da5a4c74dc9d699b89 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 17 Jun 2007 18:45:22 +0000 Subject: Comments (lots of) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7377 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/hash_map.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/hash_map.h') diff --git a/include/hash_map.h b/include/hash_map.h index ad38d426a..784a8bc3b 100644 --- a/include/hash_map.h +++ b/include/hash_map.h @@ -16,12 +16,17 @@ #include "inspircd_config.h" +/** Where hash_map is varies from compiler to compiler + * as it is not standard. + */ #ifndef WIN32 #include +/** Oddball linux namespace for hash_map */ #define nspace __gnu_cxx #else #include #define nspace stdext +/** Oddball windows namespace for hash_map */ using stdext::hash_map; #endif -- cgit v1.2.3