reorganize headers so that phmap_fwd_decl.h is more usable

This commit is contained in:
greg
2019-04-29 22:01:08 -04:00
parent 0eadd5b75f
commit 3fb4990579
4 changed files with 247 additions and 251 deletions
+5
View File
@@ -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;