-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle unknown MAROs more tolerant #1697
Labels
Comments
Closed
Idea: "aaa" MACRO "bbb" is after preprocessing "aaa" 0 "bbb" Add a special case for string concatenation? |
The string concatenation takes place in the preprocessor. However, not all type information is available here in order to be able to react correctly in the event of an error. There are also cases like encoding prefixes which has to be taken into account: Not solvable in the preprocessor. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Handle unknown MACOSs more tolerant in case of string concatenation. In case not all headers are available this should be handled without syntax error.
In case below MACRO could be e.g. replaced by blank:
The text was updated successfully, but these errors were encountered: