Typemap for size_t applied to std::size_t

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5004 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Luigi Ballabio 2003-08-17 11:52:31 +00:00
commit 62741dd03e
10 changed files with 37 additions and 0 deletions

View file

@ -1 +1,9 @@
//
// SWIG typemaps for STL - common utilities
// Luigi Ballabio
// Aug 17, 2003
//
// Java implementation
%apply size_t { std::size_t };