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
|
|
@ -1,4 +1,5 @@
|
|||
%include <std_except.i>
|
||||
|
||||
%apply size_t { std::size_t };
|
||||
%apply const size_t& { const std::size_t& };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue