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
d33815a815
commit
51ed4b29c4
@ -58,7 +58,7 @@ public:
|
||||
HashSet()
|
||||
{
|
||||
_set = kh_init(hashset);
|
||||
str_set_init(&_str_set);
|
||||
u64_set_init(&_str_set);
|
||||
}
|
||||
|
||||
~HashSet()
|
||||
|
Loading…
x
Reference in New Issue
Block a user