From bfbc788cbb99122bf7fc38914c74a87192754cbd Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 3 Oct 2020 10:45:38 +0200 Subject: [PATCH] Works with Julia 1.3 or older Notify that you need a specific Julia version to install Cxx.jl. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 775cf3c5..ee624c45 100644 --- a/README.md +++ b/README.md @@ -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.