pcpp
pcpp copied to clipboard
Implement __has_include() now we have a proper expression evaluator
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:
pcpp -D__has_include'(...)=1' test.h