Go to the documentation of this file. 17 #ifndef MIR_DEPRECATIONS_H_ 18 #define MIR_DEPRECATIONS_H_ 20 #ifndef MIR_ENABLE_DEPRECATIONS 22 #if defined(__clang__) || !defined(__GNUC__) || (__GNUC__ > 6) || ((__GNUC__ == 6) && (__GNUC_MINOR__ >= 2)) 23 #define MIR_ENABLE_DEPRECATIONS 1 25 #define MIR_ENABLE_DEPRECATIONS 0 29 #if MIR_ENABLE_DEPRECATIONS > 0 30 #define MIR_FOR_REMOVAL_IN_VERSION_1(message)\ 31 __attribute__((deprecated(message))) 33 #define MIR_FOR_REMOVAL_IN_VERSION_1(message) 36 #endif //MIR_DEPRECATIONS_H_
Copyright © 2012-2017
Canonical Ltd.
Generated on Wed Oct 11 15:14:10 UTC 2017