Fix build on Intel C/C++ Compiler for Linux.

This commit is contained in:
Adam Ierymenko 2018-02-01 12:46:35 -08:00
parent d6e8a5f3ca
commit fe1fa20c6c
7 changed files with 7980 additions and 7068 deletions

View file

@ -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)