Skip to content

Commit

Permalink
Merge pull request #484 from zyth0s/master
Browse files Browse the repository at this point in the history
Works with Julia 1.3 or older
  • Loading branch information
Gnimuc authored Oct 3, 2020
2 parents 1c1b72b + bfbc788 commit 896ec3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,7 @@ As of now Cxx.jl does not allow redefinition of a function. In order to allow de
```julia
__current_compiler__ = Cxx.new_clang_instance()
```
### Limitations
Please, note that Cxx.jl only works currently with Julia 1.3 or older.

0 comments on commit 896ec3c

Please sign in to comment.