mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
8 lines
187 B
C++
8 lines
187 B
C++
#define THIS_HASH_MAP parallel_flat_hash_map
|
|
#define THIS_EXTRA_TPL_PARAMS , 4, std::mutex
|
|
#define THIS_TEST_NAME ParallelFlatHashMap
|
|
|
|
#include <mutex>
|
|
|
|
#include "flat_hash_map_test.cc"
|