aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/hashmap.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/common/hashmap.h b/common/hashmap.h
index 5d10f49349..4a23ca7563 100644
--- a/common/hashmap.h
+++ b/common/hashmap.h
@@ -39,10 +39,9 @@
#endif
namespace Common {
-/**
- * The sgi IRIX MIPSpro Compiler has difficulties with nested templates.
- * This and the other __sgi conditionals below work around these problems.
- */
+
+// The sgi IRIX MIPSpro Compiler has difficulties with nested templates.
+// This and the other __sgi conditionals below work around these problems.
#ifdef __sgi
template<class T> class IteratorImpl;
#endif