Browse Source

hashset.hpp

hash
Antonio SJ Musumeci 3 weeks ago
parent
commit
ec99ce37ff
  1. 4
      src/hashset.hpp

4
src/hashset.hpp

@ -37,8 +37,8 @@ vt_hash_uint64(const uint64_t hash_)
static static
inline inline
bool bool
vt_cmpr_const_string(const char *key_1,
const char *key_2)
vt_cmpr_uint64(const uint64_t key_1,
const uint64_t key_2)
{ {
return (strcmp(key_1,key_2) == 0); return (strcmp(key_1,key_2) == 0);
} }

Loading…
Cancel
Save