You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using CxxWrap.jl is really smooth and it's exceptionally well built, thank you!
I don't see a clean way to wrap std::arrays in a generalizable way. I'm currently wrapping individual instantiations with a similar setup to that mentioned in JuliaInterop/libcxxwrap-julia#90.
Is there any feasible path forward for a general std::array wrapper? If so, could it be included in CxxWrap.jl? If not, maybe it could be useful to include a facility for wrapping individual instantiations that "play nice" with the Julia array interfaces.
The text was updated successfully, but these errors were encountered:
Looks like there are only 3 stl containers currently supported in libcxx_wrap (vector, valarray and deque). Would be good to have std::set support aswell.
Using CxxWrap.jl is really smooth and it's exceptionally well built, thank you!
I don't see a clean way to wrap
std::array
s in a generalizable way. I'm currently wrapping individual instantiations with a similar setup to that mentioned in JuliaInterop/libcxxwrap-julia#90.Is there any feasible path forward for a general
std::array
wrapper? If so, could it be included in CxxWrap.jl? If not, maybe it could be useful to include a facility for wrapping individual instantiations that "play nice" with the Julia array interfaces.The text was updated successfully, but these errors were encountered: