Skip to content

Commit 386ea0d

Browse files
committed
Mention C++ support in NativeCall
1 parent b6f8478 commit 386ea0d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/Language/nativecall.pod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,13 @@ This code binds to C<$var> a new L<Proxy|/type/Proxy> object that
391391
redirects all its accesses to the integer variable named "errno" as
392392
exported by the "libc.so.6" library.
393393
394+
395+
=head1 C++ Support
396+
397+
NativeCall offer a support to use class and method from C++ as show in
398+
L<https://github.com/rakudo/rakudo/blob/nom/t/04-nativecall/13-cpp-mangling.t> (and it associated cpp file)
399+
But it's not as tested and developped than the C support for now.
400+
394401
=head1 Examples
395402
396403
The L<zavolaj|https://github.com/jnthn/zavolaj> git repository (where NativeCall was

0 commit comments

Comments
 (0)