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
##var concatenation
[...] If you use this with the last argument in a variadic macro, any preceding spaces and a comma (if found) will be removed if the replacement is empty.
Preprocessor parser does not remove correctly remove the trailing comma leading to nonsense errors
The text was updated successfully, but these errors were encountered:
Tarmunora
changed the title
Preprocessor parsing does not handle ##var concatenation of optional argument
Preprocessor parsing does not properly handle ##var concatenation of empty final argument in variadic macro
Oct 17, 2024
Preprocessor parser does not remove correctly remove the trailing comma leading to nonsense errors
reproduction code:
The text was updated successfully, but these errors were encountered: