cleanup: Hash_sets are not copy-able
Creating an object copy would imply that the destructor would delete the underlying same HASH object for both instances. That would lead to a double free and thus a crash.
Showing
Please register or sign in to comment