X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=hashset.h;h=d660620fe9cef6574ec15b18a2ad6e4d62f033d4;hp=baf6d43e7d6c78e14fe2dcd3fbf5f7f2eeab07bf;hb=251ac4b4bf3a9f2d3cfacc1e6618200ca1c431ac;hpb=39e9009d50498d0dd1bccc1a54e378f7aef5a28a;ds=sidebyside diff --git a/hashset.h b/hashset.h index baf6d43e..d660620f 100644 --- a/hashset.h +++ b/hashset.h @@ -21,7 +21,7 @@ struct LinkNode { template class HashSet; -template, bool (*equals)(_Key, _Key) = default_equals<_Key> > +template, bool (*equals)(_Key, _Key) = default_equals<_Key> > class HSIterator { public: HSIterator(LinkNode<_Key> *_curr, HashSet <_Key, _KeyInt, _Shift, _malloc, _calloc, _free, hash_function, equals> * _set) :