P99

◆ P99_IF_COMPILER

#define P99_IF_COMPILER (   COMP,
  ... 
)    P00_COMPILER_PRAGMA_ ## COMP(P99_STRINGIFY(__VA_ARGS__))

Issue the pragma that is given as a supplementary argument iff the actual compiler is COMP.

See also
P99_COMPILER

Definition at line 1065 of file p99_compiler.h.