Interrogate now parses (and ignores) explicit template instantiations
This commit is contained in:
parent
306f7a3ed6
commit
6feef4e230
File diff suppressed because it is too large
Load Diff
|
|
@ -1138,6 +1138,7 @@ template_declaration:
|
|||
{
|
||||
pop_scope();
|
||||
}
|
||||
| KW_TEMPLATE type_like_declaration
|
||||
;
|
||||
|
||||
template_formal_parameters:
|
||||
|
|
|
|||
Loading…
Reference in New Issue