Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mention C++ support in NativeCall
  • Loading branch information
Skarsnik committed Dec 25, 2015
1 parent b6f8478 commit 386ea0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/Language/nativecall.pod
Expand Up @@ -391,6 +391,13 @@ This code binds to C<$var> a new L<Proxy|/type/Proxy> object that
redirects all its accesses to the integer variable named "errno" as
exported by the "libc.so.6" library.
=head1 C++ Support
NativeCall offer a support to use class and method from C++ as show in
L<https://github.com/rakudo/rakudo/blob/nom/t/04-nativecall/13-cpp-mangling.t> (and it associated cpp file)
But it's not as tested and developped than the C support for now.
=head1 Examples
The L<zavolaj|https://github.com/jnthn/zavolaj> git repository (where NativeCall was
Expand Down

0 comments on commit 386ea0d

Please sign in to comment.