We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to do what is suggested in the documentation, i.e. __current_compiler__ = Cxx.new_clang_instance(), but I get
__current_compiler__ = Cxx.new_clang_instance()
cannot assign a value to variable CxxCore.__current_compiler__ from module Main
How can I reset the current cxx session/get a new clang instance?
The text was updated successfully, but these errors were encountered:
I cannot reproduce on macOS:
julia> using Cxx [ Info: Precompiling Cxx [a0b5b9ef-44b7-5148-a2d1-f6db19f3c3d2] julia> __current_compiler__ = Cxx.new_clang_instance() Cxx.CxxCore.CxxInstance{2}()
Sorry, something went wrong.
It seems to be a Cxx + IJulia issue. It runs fine in the REPL but not in a Jupyter notebook (on Windows10).
No branches or pull requests
I try to do what is suggested in the documentation, i.e.
__current_compiler__ = Cxx.new_clang_instance()
, but I getHow can I reset the current cxx session/get a new clang instance?
The text was updated successfully, but these errors were encountered: