JuliaInterop / libcxxwrap-julia

C++ library for backing CxxWrap.jl
Other
84 stars 43 forks source link

move constructor (rvalue) #120

Open t-bltg opened 1 year ago

t-bltg commented 1 year ago

Are move constructors supported ? If so, what would be the correct syntax ?

An initial attempt of wrapping these seems to fail (see https://github.com/grasph/wrapit/issues/24#issuecomment-1464274617).