00001
00002
00003 #ifndef DUNE_NULLPTR_HH
00004 #define DUNE_NULLPTR_HH
00005
00006 #include <cstddef>
00007
00008 namespace Dune {
00009 using std::nullptr_t;
00010 }
00011
00012 #warning The header dune/common/nullptr.hh is deprecated. Just remove the include.
00013
00014 #endif // DUNE_NULLPTR_HH