dune-common  2.9.0
utility.hh
Go to the documentation of this file.
1 // SPDX-FileCopyrightInfo: Copyright (C) DUNE Project contributors, see file LICENSE.md in module root
2 // SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
3 #ifndef DUNE_COMMON_STD_UTILITY_HH
4 #define DUNE_COMMON_STD_UTILITY_HH
5 
6 #include <utility>
7 
8 #warning dune/common/std/utility.hh is deprecated and will be removed after Dune 2.8.\
9  Include <utility> instead
10 
11 namespace Dune
12 {
13 
14  namespace Std
15  {
16 
17  using std::integer_sequence;
18  using std::index_sequence;
19  using std::make_integer_sequence;
20  using std::make_index_sequence;
21  using std::index_sequence_for;
22 
23  } // namespace Std
24 
25 } // namespace Dune
26 
27 #endif // #ifndef DUNE_COMMON_STD_UTILITY_HH
Dune namespace.
Definition: alignedallocator.hh:13