Elements  5.8
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Attribute.h
Go to the documentation of this file.
1 
27 #ifndef ELEMENTSKERNEL_ELEMENTSKERNEL_ATTRIBUTE_H_
28 #define ELEMENTSKERNEL_ELEMENTSKERNEL_ATTRIBUTE_H_
29 
36 // Note: __attribute__ is a GCC keyword available since GCC 3.4
37 #ifndef __GNUC__
38 # define __attribute__(x)
39 #endif
40 
41 #endif // ELEMENTSKERNEL_ELEMENTSKERNEL_ATTRIBUTE_H_
42