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-2016 Canonical Ltd.
Generated on Mon Jun 5 11:05:03 UTC 2017