mirror of
https://github.com/mappu/miqt.git
synced 2025-01-18 04:50:36 +00:00
genbindings/templates: skip some c++17 template things
This commit is contained in:
parent
5f1b704c1a
commit
8d8d802029
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user