Pere Mato

Results 28 comments of Pere Mato

@barche I was trying to see whether I could provide a quick fix to avoid this problem, since I am stuck on it and cannot make problem on my side....

Commenting the call in `StdLib.jl` does not help. Indeed, the problem is at loading time when the functions are being wrap. But I know now what the problem is. When...

Meanwhile I have added by hand the destructors I needed. But it would be nice if this could be added in subsequent releases.

@grasph Any progress on this one?

Yes you are right. I can use `CxxWrap.CxxWrapCore.__delete()`, not `CxxWrap.CxxWrapCore.delete()` since my object is already a C++ pointer. Closing the issue.

> Another possible way is to use StructArrays.jl more smartly, @peremato did you run into anything like this in EDM4hep.jl? If so anything you found working? With EDM4hep, I think...