warning.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PYCPPAD_WARN_STRINGISE_IMPL(x)   #x
 
#define PYCPPAD_WARN_STRINGISE(x)    PYCPPAD_WARN_STRINGISE_IMPL(x)
 
#define PYCPPAD_WARN(MSG)   /* nothing */
 

Macro Definition Documentation

◆ PYCPPAD_WARN

#define PYCPPAD_WARN (   MSG)    /* nothing */

◆ PYCPPAD_WARN_STRINGISE

#define PYCPPAD_WARN_STRINGISE (   x)     PYCPPAD_WARN_STRINGISE_IMPL(x)

◆ PYCPPAD_WARN_STRINGISE_IMPL

#define PYCPPAD_WARN_STRINGISE_IMPL (   x)    #x