Add rvalue reference typemaps
This commit is contained in:
parent
8bdfcda66e
commit
d3769a1fd4
3 changed files with 25 additions and 7 deletions
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
%typemap(consttab) SWIGTYPE *,
|
||||
SWIGTYPE &,
|
||||
SWIGTYPE &&,
|
||||
SWIGTYPE [] {
|
||||
/* This actually registers it as a global variable and constant. I don't
|
||||
* like it, but I can't figure out the zend_constant code... */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue