added insert_single API (issue #122)

This commit is contained in:
greg
2022-01-13 21:35:52 -05:00
parent f025a39534
commit eaf6471e84
4 changed files with 70 additions and 16 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#define THIS_HASH_SET parallel_flat_hash_set
#define THIS_TEST_NAME ParallelFlatHashSet
#include "flat_hash_set_test.cc"
#include "parallel_hash_set_test.cc"