const size_t& typemaps added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9457 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
88ade814f2
commit
ff75eef478
4 changed files with 4 additions and 0 deletions
|
|
@ -1185,6 +1185,7 @@ SWIG_PROXY_CONSTRUCTOR(true, true, SWIGTYPE)
|
|||
/* Some ANSI C typemaps */
|
||||
|
||||
%apply unsigned long { size_t };
|
||||
%apply const unsigned long & { const size_t & };
|
||||
|
||||
/* java keywords */
|
||||
%include <javakw.swg>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue