Skip to content

Wrong result for nested type #21

Description

@JanisEst

Both

Pointer(ArrayOf(Pointer(POD(np.float32, "xxx")), 2)),
Pointer(Pointer(ArrayOf(POD(np.float32, "yyy"), 2))),

result in

float **xxx[2];
float **yyy[2];

The expected result is

float *(*xxx)[2];
float (**xxx)[2];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions