Browse Source

Interrogate now parses (and ignores) explicit template instantiations

rdb 10 years ago
parent
commit
6feef4e230
2 changed files with 1214 additions and 1193 deletions
  1. 1213 1193
      dtool/src/cppparser/cppBison.cxx.prebuilt
  2. 1 0
      dtool/src/cppparser/cppBison.yxx

File diff suppressed because it is too large
+ 1213 - 1193
dtool/src/cppparser/cppBison.cxx.prebuilt


+ 1 - 0
dtool/src/cppparser/cppBison.yxx

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

Some files were not shown because too many files changed in this diff