9 #ifndef IMPBASE_UTILITY_MACROS_H
10 #define IMPBASE_UTILITY_MACROS_H
11 #include <IMP/base/base_config.h>
25 #define IMP_COPY_CONSTRUCTOR(Name, Base) \
26 Name(const Name& o) : Base() { copy_from(o); } \
27 IMP_NO_SWIG(Name& operator=(const Name& o) { \
30 }) IMP_REQUIRE_SEMICOLON_CLASS(copy)
32 #define IMP_EXPAND_AND_STRINGIFY(x) IMP_STRINGIFY(x)
Control display of deprecation information.