Go to the source code of this file.
Namespaces |
namespace | casa |
| this file contains all the compiler specific defines
|
Defines |
#define | aips_name2(a, b) |
#define | aips_debug |
#define | restrict |
| With sgi the AIPS_USE_NEW_SGI switch is always set to cater for still existing problems in FFTPack and SquareMatrix.
|
#define | WHATEVER_SUN_TYPEDEF(X) |
| SUN Native compiler has trouble with typedef inside class.
|
#define | WHATEVER_TYPENAME |
#define | WHATEVER_SUN_EXCEPTSPEC(X) |
#define | WHATEVER_VECTOR_FORWARD_DEC |
Variables |
Bool | casa::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.
|
Define Documentation
With sgi the AIPS_USE_NEW_SGI switch is always set to cater for still existing problems in FFTPack and SquareMatrix.
It should be removed at some stage. Note that for the gcc compiler 'std::' is recognised as '::' for now. HP/UX The restrict keyword is supported by some compilers only.
Definition at line 81 of file aipsdef.h.
SUN Native compiler has trouble with typedef inside class.
PGI compiler (QK_USER) on Cray XT3 needs throw specification in .cc file.
Definition at line 92 of file aipsdef.h.