dune-common 3.0-git
nullptr.hh
Go to the documentation of this file.
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 alignment.hh:11