mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-26 11:05:12 +08:00
hashset.hpp
This commit is contained in:
parent
51ed4b29c4
commit
ff33249ad7
@ -58,7 +58,7 @@ public:
|
||||
HashSet()
|
||||
{
|
||||
_set = kh_init(hashset);
|
||||
u64_set_init(&_str_set);
|
||||
u64_set_init(&_u64_set);
|
||||
}
|
||||
|
||||
~HashSet()
|
||||
|
Loading…
x
Reference in New Issue
Block a user