4 #ifndef DUNE_PDELAB_COMMON_UNORDERED_MAP_HH
5 #define DUNE_PDELAB_COMMON_UNORDERED_MAP_HH
11 #include <dune/common/static_assert.hh>
14 #ifdef HAVE_UNORDERED_MAP
16 #include <unordered_map>
18 #elif HAVE_TR1_UNORDERED_MAP
20 #include <tr1/unordered_map>
28 #ifdef HAVE_UNORDERED_MAP
30 using std::unordered_map;
32 #elif HAVE_TR1_UNORDERED_MAP
34 using std::tr1::unordered_map;
40 template<
typename Key,
44 typename Allocator =
int
51 template<
typename Key,
55 typename Allocator =
int
67 #endif // DUNE_PDELAB_COMMON_UNORDERED_MAP_HH
Definition: adaptivity.hh:26
Definition: unordered_map.hh:57
static const unsigned int value
Definition: gridfunctionspace/tags.hh:175
Definition: unordered_map.hh:46