mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
try fix for win32 issue
This commit is contained in:
+2
-1
@@ -10,6 +10,8 @@
|
||||
#define NMSP phmap
|
||||
#define EXTRAARGS
|
||||
#else
|
||||
#include "parallel_hashmap/phmap.h"
|
||||
|
||||
#if 1
|
||||
#include <mutex>
|
||||
#define MTX std::mutex
|
||||
@@ -48,7 +50,6 @@
|
||||
#define MTX spinlock
|
||||
#endif
|
||||
|
||||
#include "parallel_hashmap/phmap.h"
|
||||
#define MAPNAME phmap::parallel_flat_hash_map
|
||||
#define NMSP phmap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user