|
|
@ -318,7 +318,8 @@ namespace CppSharp.Passes |
|
|
|
msg = "ignored"; |
|
|
|
msg = "ignored"; |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
} |
|
|
|
} |
|
|
|
ArrayType arrayType = type as ArrayType; |
|
|
|
|
|
|
|
|
|
|
|
var arrayType = type as ArrayType; |
|
|
|
PrimitiveType primitive; |
|
|
|
PrimitiveType primitive; |
|
|
|
if (arrayType != null && arrayType.SizeType == ArrayType.ArraySize.Constant && |
|
|
|
if (arrayType != null && arrayType.SizeType == ArrayType.ArraySize.Constant && |
|
|
|
!arrayType.Type.Desugar().IsPrimitiveType(out primitive)) |
|
|
|
!arrayType.Type.Desugar().IsPrimitiveType(out primitive)) |
|
|
|