mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
fix std::shared_mutex
This commit is contained in:
Vendored
+2
-2
@@ -5137,6 +5137,8 @@ public:
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif // BOOST_THREAD_SHARED_MUTEX_HPP
|
||||||
|
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
// std::shared_mutex support (read and write lock support)
|
// std::shared_mutex support (read and write lock support)
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
@@ -5158,8 +5160,6 @@ public:
|
|||||||
};
|
};
|
||||||
#endif // PHMAP_HAVE_SHARED_MUTEX
|
#endif // PHMAP_HAVE_SHARED_MUTEX
|
||||||
|
|
||||||
#endif // BOOST_THREAD_SHARED_MUTEX_HPP
|
|
||||||
|
|
||||||
|
|
||||||
} // phmap
|
} // phmap
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user