X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=hashtable.h;h=c9da5aad4341883bba7225f3bc97f1f2bd04fc9f;hp=f71203887a6c871fbae10c272d4915b488680f38;hb=493376d8483562a85a590b9dfa890a27669ca6b4;hpb=2fb6087b4a961be34e5bc69e1eee770b0f7439a8 diff --git a/hashtable.h b/hashtable.h index f7120388..c9da5aad 100644 --- a/hashtable.h +++ b/hashtable.h @@ -62,7 +62,7 @@ inline bool default_equals(_Key key1, _Key key2) { * @tparam _free Provide your own 'free' for the table, or default to * snapshotting. */ -template, bool (*equals)(_Key, _Key) = default_equals<_Key> > +template, bool (*equals)(_Key, _Key) = default_equals<_Key> > class HashTable { public: /**