mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
fix linux build issue.
This commit is contained in:
Vendored
+3
@@ -4535,6 +4535,9 @@ public:
|
||||
void lock() {}
|
||||
void unlock() {}
|
||||
bool try_lock() { return true; }
|
||||
void lock_shared() {}
|
||||
void unlock_shared() {}
|
||||
bool try_lock_shared() { return true; }
|
||||
};
|
||||
|
||||
// --------------------------- simplified scoped_lock ------------------------------
|
||||
|
||||
Reference in New Issue
Block a user