genbindings/templates: skip some c++17 template things

This commit is contained in:
mappu 2024-10-08 17:36:40 +13:00
parent 5f1b704c1a
commit 8d8d802029
1 changed files with 4 additions and 2 deletions

View File

@ -56,6 +56,8 @@ nextTopLevel:
"ClassTemplateSpecializationDecl",
"ClassTemplatePartialSpecializationDecl",
"FunctionTemplateDecl",
"VarTemplatePartialSpecializationDecl", // e.g. Qt6 qcontainerinfo.h
"VarTemplateSpecializationDecl", // e.g. qhashfunctions.h
"TypeAliasTemplateDecl", // e.g. qendian.h
"VarTemplateDecl": // e.g. qglobal.h
// Template stuff probably can't be supported in the binding since