I have a similar problem to How to handle unique_ptr's with SWIG, when passing an unique_pointer as an argument in a c++ class constructor. Any idea how/if this can be done?
in the _wrap.cpp file i get
error: use of deleted function ‘std::unique_ptr<_Tp, _Dp>::unique_ptr(const std::unique_ptr<_Tp, _Dp>&)
In advance thanks. :D