Add rvalue reference typemaps

This commit is contained in:
William S Fulton 2013-01-24 20:18:18 +00:00
commit d3769a1fd4
3 changed files with 25 additions and 7 deletions

View file

@ -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... */