You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parser cannot handle a case with function-like preprocessor being called without a semicolon, even if it's not technically required if proper preprocessor were run, because the semicolon is inside the definition:
I actually have no idea how to fix it other than introducing define's lookup table and adding actual logic to the parser, which is why I've decided to work around this for now, and not to fix it this very moment. Any thoughts?
Parser cannot handle a case with function-like preprocessor being called without a semicolon, even if it's not technically required if proper preprocessor were run, because the semicolon is inside the definition:
or it's not even required, because the definition is a for-loop:
The text was updated successfully, but these errors were encountered: