dune-common  2.8.0
utility.hh
Go to the documentation of this file.
1 #ifndef DUNE_COMMON_STD_UTILITY_HH
2 #define DUNE_COMMON_STD_UTILITY_HH
3 
4 #include <utility>
5 
6 #warning dune/common/std/utility.hh is deprecated and will be removed after Dune 2.8.\
7  Include <utility> instead
8 
9 namespace Dune
10 {
11 
12  namespace Std
13  {
14 
15  using std::integer_sequence;
16  using std::index_sequence;
17  using std::make_integer_sequence;
18  using std::make_index_sequence;
19  using std::index_sequence_for;
20 
21  } // namespace Std
22 
23 } // namespace Dune
24 
25 #endif // #ifndef DUNE_COMMON_STD_UTILITY_HH
Dune namespace.
Definition: alignedallocator.hh:11