Typemap for size_t applied to std::size_t
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5004 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
66036e07bd
commit
10138e60b9
10 changed files with 37 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
//
|
||||
// Python implementation
|
||||
|
||||
%apply size_t { std::size_t };
|
||||
|
||||
%{
|
||||
#include <string>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue