]> www.ginac.de Git - cln.git/commitdiff
* src/base/hash/cl_hash.h: declare _cl_hashtable_iterator<htentry> a
authorRichard Kreckel <kreckel@ginac.de>
Tue, 24 Jul 2001 13:09:46 +0000 (13:09 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Tue, 24 Jul 2001 13:09:46 +0000 (13:09 +0000)
          friend of cl_heap_hashtable<htentry>.

src/base/hash/cl_hash.h

index 6a9f14eb59e9b877bbaf8010619c2231abe906bb..d0550d68a11934cab24b344238d8a8aa116977e2 100644 (file)
@@ -17,6 +17,7 @@ template <class htentry> struct _cl_hashtable_iterator;
 
 template <class htentry>
 struct cl_heap_hashtable : public cl_heap {
+       friend struct _cl_hashtable_iterator<htentry>;
 protected:
     typedef struct htxentry {
         long next;     // > 0: pseudo-list continues at next-1