JuliaInterop / libcxxwrap-julia

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

array_iterator_base: value_type should be CppT #15

Closed benlorenz closed 6 years ago

benlorenz commented 6 years ago

It is supposed to be an (iterator over) an STL compatible container with CppT elements but value_type appears to be something like jlcxx::WrappedCppPtr

barche commented 6 years ago

Thanks, good catch!