QDP++
qdp_diagnostics.h File Reference

Go to the source code of this file.

Macros

#define QDPXX_MESSAGE(s)

Detailed Description

Conditionally print diagnostic messages during compilation.

In the various USQCD projects, the #warning directive has been used to signal the various compile time options to the user. This can clutter the output and hide real warnings. Therefore this macro will enable toggling those warnings.

With help from http://stackoverflow.com/a/43796429/653152.

Definition in file qdp_diagnostics.h.

Macro Definition Documentation

◆ QDPXX_MESSAGE

#define QDPXX_MESSAGE ( s)

Definition at line 20 of file qdp_diagnostics.h.