JuliaInterop / Cxx.jl

The Julia C++ Interface
Other
757 stars 108 forks source link

Support for Julia 1.1 #410

Closed philoez98 closed 5 years ago

philoez98 commented 5 years ago

As of right now Cxx cannot be used with Julia 1.1.0. It's still a long way to go and might be better to switch back to older Julia versions or is it in the making / coming sometime soon?

Thanks

cdsousa commented 5 years ago

Best Cxx version is at the master branch, and it works very well with 1.1.0 (except maybe in Windows), just try pkg> add Cxx#master.

philoez98 commented 5 years ago

@cdsousa thanks will be using that!