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