mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
reorganize headers so that phmap_fwd_decl.h is more usable
This commit is contained in:
Vendored
+5
@@ -11,10 +11,15 @@
|
||||
// https://www.apache.org/licenses/LICENSE-2.0
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
namespace phmap {
|
||||
|
||||
template <class T> struct Hash;
|
||||
template <class T> struct EqualTo;
|
||||
template <class T> using Allocator = typename std::allocator<T>;
|
||||
template<class T1, class T2> using Pair = typename std::pair<T1, T2>;
|
||||
|
||||
class NullMutex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user