JuliaInterop / libcxxwrap-julia

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

julia 1.10: add cast for jl_apply_tuple_type(_v) #124

Closed benlorenz closed 1 year ago

benlorenz commented 1 year ago

this was changed in https://github.com/JuliaLang/julia/pull/49111

for older julia versions this cast should be a no-op

I built libcxxwrap_julia with this change locally with nightly and 1.9, lets see if CI also works.