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,8 +56,10 @@ nextTopLevel:
"ClassTemplateSpecializationDecl", "ClassTemplateSpecializationDecl",
"ClassTemplatePartialSpecializationDecl", "ClassTemplatePartialSpecializationDecl",
"FunctionTemplateDecl", "FunctionTemplateDecl",
"TypeAliasTemplateDecl", // e.g. qendian.h "VarTemplatePartialSpecializationDecl", // e.g. Qt6 qcontainerinfo.h
"VarTemplateDecl": // e.g. qglobal.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 // Template stuff probably can't be supported in the binding since
// we would need to link a concrete instantiation for each type in // we would need to link a concrete instantiation for each type in
// the CABI // the CABI