mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 13:48:16 +00:00
Fix build on Intel C/C++ Compiler for Linux.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user