Julianus Pfeuffer
Julianus Pfeuffer
What if you introduce (c)typedefs for now? Let me try
Yes, a bit better. Still not quite completely refactored IMO:  This applies to other if-cases and maybe more variables in the template code.
@uweschmitt Yes, I considered that already. Will do. @hroest I am not sure if it solves all our problems but it should be a) a bit more efficient due to...
Oh, by the way, libcpp_move requires a fairly recent Cython. Are you okay with that?
I think the culprit is, that at certain points autowrap makes use of the auto-conversion feature of Cython, e.g. when [assigning a std::vector to a python object](https://github.com/uweschmitt/autowrap/blob/master/autowrap/ConversionProvider.py#L1408) (special conversion provider...
Done in #124
Can you add a PR with a MWE as test that shows this behaviour?
Ok, while checking the code, it is obvious that the support was only added for the input_conversion. We need to take the changes from the linked PR #124 and do...
Yes separate tests would work great I think. Thank you!