Open ned14 opened 4 years ago
A workaround, for the case that all __has_include(...) conditions should evaluate true or false is to define a function macro on the commandline. E.g. on bash, with quotes:
__has_include(...)
pcpp -D__has_include'(...)=1' test.h
A workaround, for the case that all
__has_include(...)
conditions should evaluate true or false is to define a function macro on the commandline. E.g. on bash, with quotes: