update README

This commit is contained in:
greg
2019-03-28 22:45:25 -04:00
parent a84394eeba
commit 2edb2453d0
4 changed files with 23 additions and 4 deletions
+2 -2
View File
@@ -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