Restore Lua C++11 rvalue reference
This commit is contained in:
parent
e208f85bea
commit
58caa38616
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
%typemap(consttab) long long, unsigned long long
|
||||
{SWIG_LUA_CONSTTAB_STRING("$symname", "$value")}
|
||||
|
||||
%typemap(consttab) SWIGTYPE *, SWIGTYPE *const, SWIGTYPE &, SWIGTYPE []
|
||||
%typemap(consttab) SWIGTYPE *, SWIGTYPE *const, SWIGTYPE &, SWIGTYPE &&, SWIGTYPE []
|
||||
{ SWIG_LUA_CONSTTAB_POINTER("$symname",$value, $1_descriptor) }
|
||||
|
||||
// member function pointers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue