IMP  2.1.1
The Integrative Modeling Platform
compatibility/nullptr.h
Go to the documentation of this file.
1 /** \file IMP/compatibility/nullptr.h
2  \brief Import IMP/base/nullptr.h in the namespace.
3 */
4 #include <IMP/base/nullptr.h>
5 
6 IMPBASE_DEPRECATED_HEADER(2.1, "Use the one in IMP/base instead.")
7 
8 namespace IMP { namespace compatibility {
9 using namespace ::IMP::base;
10 } }
Provide a nullptr keyword analog.