Closed joaquintides closed 4 years ago
Nice catch, thanks.
Finally got to fixing this, mainly due to me being sick of writing WG21 normative wording and I really, really wanted a break. pcpp now has a proper yacc based expression evaluator so complex #if
expressions will now work properly. Apart from occasional whitespace differences, the edition in trunk ought to be much more capable of parsing most of Boost than before. Thanks for reporting this bug.
Thanks for fixing this! Best regards,
If I process the following with the
pcpp
command line tool:the output is:
while
g++ -E
produces: