const ref size_t added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9456 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d871aff8df
commit
a425e7dc62
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,11 @@
|
|||
return s;
|
||||
}
|
||||
|
||||
const size_t& test4(const size_t& s)
|
||||
{
|
||||
return s;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#ifdef SWIGPYTHON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue