QDP++
include
qdp_diagnostics.h
Go to the documentation of this file.
1
#pragma once
2
15
16
#ifdef QDPXX_EMIT_MESSAGES
17
#define QDPXX_MESSAGE_I(s) _Pragma(#s)
18
#define QDPXX_MESSAGE(s) QDPXX_MESSAGE_I(message(s))
19
#else
20
#define QDPXX_MESSAGE(s)
21
#endif
Generated by
1.16.1