summaryrefslogtreecommitdiff
path: root/node/Hashtable.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2018-02-01 12:46:35 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2018-02-01 12:46:35 -0800
commitfe1fa20c6c8c83762caba1056bcceb207d531a22 (patch)
treec23530e9491d508d23b54dd376f05d0aa66b1cf0 /node/Hashtable.hpp
parentd6e8a5f3ca2ecc78c5c8542356099912cbffb552 (diff)
downloadinfinitytier-fe1fa20c6c8c83762caba1056bcceb207d531a22.tar.gz
infinitytier-fe1fa20c6c8c83762caba1056bcceb207d531a22.zip
Fix build on Intel C/C++ Compiler for Linux.
Diffstat (limited to 'node/Hashtable.hpp')
-rw-r--r--node/Hashtable.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Hashtable.hpp b/node/Hashtable.hpp
index 58dc8fca..777e88dc 100644
--- a/node/Hashtable.hpp
+++ b/node/Hashtable.hpp
@@ -105,7 +105,7 @@ public:
Hashtable *_ht;
_Bucket *_b;
};
- friend class Hashtable::Iterator;
+ //friend class Hashtable<K,V>::Iterator;
/**
* @param bc Initial capacity in buckets (default: 64, must be nonzero)