From a1bed8f56e7c6444c594d6f98be907921e2f82c0 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 11 Jan 2025 19:23:54 -0600 Subject: [PATCH] hashset.hpp --- src/hashset.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hashset.hpp b/src/hashset.hpp index f2e3b8c3..bc9a192e 100644 --- a/src/hashset.hpp +++ b/src/hashset.hpp @@ -24,8 +24,8 @@ #define NAME str_set #define KEY_TY const char* -#define HASH_FN vt_hash_string -#define CMPR_FN vt_cmpr_string +#define HASH_FN vt_hash_const_string +#define CMPR_FN vt_cmpr_const_string #include "verstable.h" KHASH_SET_INIT_INT64(hashset);