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
tritao
changed the title
Function signstures include non-const appendages after the closing parenthesis
Function signatures include non-const appendages after the closing parenthesis
May 27, 2015
Add these to AST.h:
void func() MY_MACRO;
void func() const MY_MACRO;
The signature of the function should only include the const (if any) but it also includes any other symbols.
The text was updated successfully, but these errors were encountered: