Dune Core Modules (2.6.0)

nullptr.hh
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3#ifndef DUNE_NULLPTR_HH
4#define DUNE_NULLPTR_HH
5
6#include <cstddef>
7
8namespace Dune {
9 using std::nullptr_t;
10}
11
12#warning The header dune/common/nullptr.hh is deprecated. Just remove the include.
13
14#endif // DUNE_NULLPTR_HH
Dune namespace.
Definition: alignedallocator.hh:10
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)