Elements  5.12.0
A C++ base framework for the Euclid Software.
Deprecated.h
Go to the documentation of this file.
1 
26 #ifndef ELEMENTSKERNEL_ELEMENTSKERNEL_DEPRECATED_H_
27 #define ELEMENTSKERNEL_ELEMENTSKERNEL_DEPRECATED_H_
28 
30 
31 #ifndef ELEMENTS_DEPRECATED
35 # define ELEMENTS_DEPRECATED __attribute__ ((__deprecated__))
36 #endif
37 
38 #ifndef ELEMENTS_DEPRECATED_MSG
44 # define ELEMENTS_DEPRECATED_MSG(msg) __attribute__ ((__deprecated__(msg)))
45 #endif
46 
47 #endif // ELEMENTSKERNEL_ELEMENTSKERNEL_DEPRECATED_H_
48 
define the __attribute__ macro if it doesn't exist for some version of GCC