1 2 3 4 5 6 7 8
#include "someclass.h" #ifndef NODEPRECATEDLIB_NO_DEPRECATED void SomeClass::someMethod() const { } #endif