|
|
@ -257,6 +257,7 @@ namespace CppSharp.AST |
|
|
|
s => s.Layout.Fields.Any( |
|
|
|
s => s.Layout.Fields.Any( |
|
|
|
f => f.QualifiedType.Type.TryGetDeclaration( |
|
|
|
f => f.QualifiedType.Type.TryGetDeclaration( |
|
|
|
out ClassTemplateSpecialization specialization) && |
|
|
|
out ClassTemplateSpecialization specialization) && |
|
|
|
|
|
|
|
@class != specialization.TemplatedDecl.TemplatedClass && |
|
|
|
specialization.TemplatedDecl.TemplatedClass.HasDependentValueFieldInLayout()))); |
|
|
|
specialization.TemplatedDecl.TemplatedClass.HasDependentValueFieldInLayout()))); |
|
|
|
|
|
|
|
|
|
|
|
public static IEnumerable<Property> GetConstCharFieldProperties(this Class @class) => |
|
|
|
public static IEnumerable<Property> GetConstCharFieldProperties(this Class @class) => |
|
|
|