From 07b7a7f95ac31bb1258083acd2fc95f36e800a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Wed, 28 Dec 2016 19:55:16 +0000 Subject: [PATCH] doc: Add CxxWrap as option in C++ FFI section Remove Cpp.jl and Clang.jl. ref: https://github.com/JuliaLang/julia/pull/19743 [skip ci] --- doc/src/manual/calling-c-and-fortran-code.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/src/manual/calling-c-and-fortran-code.md b/doc/src/manual/calling-c-and-fortran-code.md index 4ced337b45c2e..70f9ad231155d 100644 --- a/doc/src/manual/calling-c-and-fortran-code.md +++ b/doc/src/manual/calling-c-and-fortran-code.md @@ -900,5 +900,4 @@ For more details on how to pass callbacks to C libraries, see this [blog post](h ## C++ -Limited support for C++ is provided by the [Cpp](https://github.com/timholy/Cpp.jl), [Clang](https://github.com/ihnorton/Clang.jl), -and [Cxx](https://github.com/Keno/Cxx.jl) packages. +For direct C++ interfacing, see the [Cxx](https://github.com/Keno/Cxx.jl) package. For tools to create C++ bindings, see the [CxxWrap](https://github.com/JuliaInterop/CxxWrap.jl) package.