From 7984c13d4b4b4aa656c3c49faede72f4f48737c7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 21 May 2005 20:43:46 +0000 Subject: [PATCH] more STL support git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7206 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/csharp/std_common.i | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Lib/csharp/std_common.i diff --git a/Lib/csharp/std_common.i b/Lib/csharp/std_common.i new file mode 100644 index 000000000..5dbe48ace --- /dev/null +++ b/Lib/csharp/std_common.i @@ -0,0 +1,3 @@ + +%apply size_t { std::size_t }; +