JuliaInterop / Cxx.jl

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

WIP: Added hook for injecting user code. #420

Closed twadleigh closed 5 years ago

twadleigh commented 5 years ago

While Cxx.jl can be precompiled, modules that depend on it cannot. This patch provides a hack/hook for having arbitary user code inserted into Cxx.jl and precompiled along with it.

twadleigh commented 5 years ago

I haven't gotten this to work for my own purposes yet. Closing this until I actually have.