dune-common  2.7.1
memory.hh
Go to the documentation of this file.
1 // -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set ts=8 sw=2 et sts=2:
3 #ifndef DUNE_COMMON_STD_MEMORY_HH
4 #define DUNE_COMMON_STD_MEMORY_HH
5 
6 #warning dune/common/std/memory.hh is deprecated; use std::make_unique from <memory> instead
7 
8 #include <memory>
9 
10 namespace Dune
11 {
12 
13  namespace Std
14  {
15 
16  using std::make_unique;
17 
18  } // namespace Std
19 
20 } // namespace Dune
21 
22 #endif // #ifndef DUNE_COMMON_STD_MEMORY_HH
Dune namespace.
Definition: alignedallocator.hh:14