Skip to content

Commit

Permalink
doc: Add CxxWrap as option in C++ FFI section
Browse files Browse the repository at this point in the history
Remove Cpp.jl and Clang.jl.

ref: #19743

[skip ci]
  • Loading branch information
PallHaraldsson authored and ihnorton committed Dec 29, 2016
1 parent bf75a3e commit 07b7a7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/src/manual/calling-c-and-fortran-code.md
Expand Up @@ -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.

0 comments on commit 07b7a7f

Please sign in to comment.