We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f8478 commit 386ea0dCopy full SHA for 386ea0d
doc/Language/nativecall.pod
@@ -391,6 +391,13 @@ This code binds to C<$var> a new L<Proxy|/type/Proxy> object that
391
redirects all its accesses to the integer variable named "errno" as
392
exported by the "libc.so.6" library.
393
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
401
=head1 Examples
402
403
The L<zavolaj|https://github.com/jnthn/zavolaj> git repository (where NativeCall was
0 commit comments