Closed grasph closed 5 months ago
Thanks, I'll try to look into this tomorrow, most likely we can fix this by distinguishing between the dynamic and static cases using std::is_polymorphic
and a new minor release of libcxxwrap_julia will solve it.
This should be fixed in the just released libcxxwrap_julia 0.12.5
Thanks a lot. I confirm it fixes the issue.
Hello Bart,
with libcxxwrap_julia_jll 0.12.3+, using SuperType for static inheritance (classes no virtual function) leads to a compilation error,
Code to reproduce the issue:
I started to get this problem with CxxWrap 0.15.1. But if I install now CxxWrap 0.15.0, libcxxwrap_jll 0.12.3+0 is installed by default. Is it expected, should it be 0.12.2, which I expect to be the version installed before 0.12.3 was released?
cc: @peremato who brought my attention to this issue.
Philippe.