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
I've fixed the issue with the "::" substring in the commit above, but it still won't work in this case because the = token is not a string. We need to forget about translating that macro into a variable.
For some strange reason, the following
#define
is incorrectly parsed:...generates...
If you change the number of colons to be less than 2, it generates correctly. Anything >= 2, it breaks in the described way.
The text was updated successfully, but these errors were encountered: