mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 00:50:38 +08:00
update README
This commit is contained in:
Vendored
+2
-2
@@ -35,10 +35,10 @@ namespace phmap {
|
||||
template <class T>
|
||||
using hash_default_eq = typename container_internal::HashEq<T>::Eq;
|
||||
|
||||
// alias for std::allocator so we can forward declare without including other headers
|
||||
// type alias for std::allocator so we can forward declare without including other headers
|
||||
template <class T> using Allocator = typename phmap::Allocator<T>;
|
||||
|
||||
// alias for std::pair so we can forward declare without including other headers
|
||||
// type alias for std::pair so we can forward declare without including other headers
|
||||
template<class T1, class T2> using Pair = typename phmap::Pair<T1, T2>;
|
||||
|
||||
} // namespace container_internal
|
||||
|
||||
Reference in New Issue
Block a user