DUNE PDELab (2.7)

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