Elements 6.3.3
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
Attribute.h
Go to the documentation of this file.
1
21
26
27#ifndef ELEMENTSKERNEL_ELEMENTSKERNEL_ATTRIBUTE_H_
28#define ELEMENTSKERNEL_ELEMENTSKERNEL_ATTRIBUTE_H_
29
30// Note: __attribute__ is a GCC keyword available since GCC 3.4
31#ifndef __GNUC__
32#define __attribute__(x)
33#endif
34
35#endif // ELEMENTSKERNEL_ELEMENTSKERNEL_ATTRIBUTE_H_
36