4 #ifndef DUNE_PDELAB_COMMON_UNORDERED_SET_HH
5 #define DUNE_PDELAB_COMMON_UNORDERED_SET_HH
11 #include <dune/common/static_assert.hh>
14 #ifdef HAVE_UNORDERED_SET
16 #include <unordered_set>
18 #elif HAVE_TR1_UNORDERED_SET
20 #include <tr1/unordered_set>
28 #ifdef HAVE_UNORDERED_SET
30 using std::unordered_set;
32 #elif HAVE_TR1_UNORDERED_SET
34 using std::tr1::unordered_set;
40 template<
typename Key,
43 typename Allocator =
int
50 template<
typename Key,
53 typename Allocator =
int
65 #endif // DUNE_PDELAB_COMMON_UNORDERED_SET_HH
Definition: adaptivity.hh:26
Definition: unordered_set.hh:45
Definition: unordered_set.hh:55
static const unsigned int value
Definition: gridfunctionspace/tags.hh:175