Interrogate now parses (and ignores) explicit template instantiations

This commit is contained in:
rdb 2015-10-09 13:33:05 +02:00
parent 306f7a3ed6
commit 6feef4e230
2 changed files with 2483 additions and 2425 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1138,6 +1138,7 @@ template_declaration:
{
pop_scope();
}
| KW_TEMPLATE type_like_declaration
;
template_formal_parameters: