Elements  5.8
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
32 
35 # define ELEMENTS_DEPRECATED __attribute__ ((__deprecated__))
36 #endif
37 
38 #ifndef ELEMENTS_DEPRECATED_MSG
39 
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