DUNE PDELab (2.8)

utility.hh
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
9namespace 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
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)