Elements
6.2
A C++ base framework for the Euclid Software.
ElementsKernel
ElementsKernel
Attribute.h
Go to the documentation of this file.
1
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
Generated by
1.8.17