Browse Source

hashset.hpp

hash
Antonio SJ Musumeci 2 weeks ago
parent
commit
2d89e4675f
  1. 2
      src/hashset.hpp

2
src/hashset.hpp

@ -43,6 +43,8 @@ vt_hash_const_string(const char *key_)
return hash; return hash;
} }
class HashSet class HashSet
{ {
public: public:

Loading…
Cancel
Save