Go to the source code of this file.
|
| casacore |
| this file contains all the compiler specific defines
|
|
|
Bool | casacore::aips_debug_on |
| If AIPS_DEBUG is not defined, then the symbol expands to (0) which in an if should be removed by the dead code eliminator of any optimizer; thus using this in your code should have no performance penalty in the normal case. More...
|
|
#define aips_name2 |
( |
|
a, |
|
|
|
b |
|
) |
| |
#define CASACORE_FALLTHROUGH |
A fallthrough attribute to avoid compiler warnings, available only from C++17 onwards.
Definition at line 90 of file aipsdef.h.
#define CASACORE_STRINGIFY |
( |
|
x | ) |
|
Define the macros to stringify a preprocessor variable.
Definition at line 78 of file aipsdef.h.
#define CASACORE_STRINGIFY_HELPER |
( |
|
x | ) |
|
HP/UX.
The restrict keyword is supported by some compilers only.
Definition at line 73 of file aipsdef.h.