dune-common 2.8.0
Loading...
Searching...
No Matches
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
9namespace Dune
10{
11
12 namespace Std
13 {
14
20
21 } // namespace Std
22
23} // namespace Dune
24
25#endif // #ifndef DUNE_COMMON_STD_UTILITY_HH
Dune namespace.
Definition alignedallocator.hh:11