We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb29455 commit b0a154dCopy full SHA for b0a154d
cppparser/src/parser.y
@@ -235,7 +235,7 @@ class CppTemplateArg;
235
%token <str> tknLT tknGT // We will need the position of these operators in stream when used for declaring template instance.
236
%token <str> '+' '-' '*' '/' '%' '^' '&' '|' '~' '!' '=' ',' '(' ')' '[' ']' ';' '.'
237
%token <str> tknNew tknDelete
238
-%token <str> tknConst tknConstExpr // For templatearg parsing it is made as str type.
+%token <str> tknConst tknConstExpr
239
%token <str> tknVoid // For the cases when void is used as function parameter.
240
%token <str> tknOverride tknFinal // override, final are not a reserved keywords
241
%token <str> tknAsm
0 commit comments