Removed TemplateArgumentList

This commit is contained in:
Roberto Raggi
2010-08-11 15:02:08 +02:00
parent f3746289b9
commit 8a32c41f6f
7 changed files with 17 additions and 19 deletions

View File

@@ -2216,7 +2216,7 @@ class CPLUSPLUS_EXPORT TemplateIdAST: public NameAST
public:
unsigned identifier_token;
unsigned less_token;
TemplateArgumentListAST *template_argument_list;
ExpressionListAST *template_argument_list;
unsigned greater_token;
public: