summaryrefslogtreecommitdiff
path: root/share/swig/2.0.11/csharp/std_common.i
diff options
context:
space:
mode:
Diffstat (limited to 'share/swig/2.0.11/csharp/std_common.i')
-rw-r--r--share/swig/2.0.11/csharp/std_common.i5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/swig/2.0.11/csharp/std_common.i b/share/swig/2.0.11/csharp/std_common.i
new file mode 100644
index 0000000..cee11e8
--- /dev/null
+++ b/share/swig/2.0.11/csharp/std_common.i
@@ -0,0 +1,5 @@
+%include <std_except.i>
+
+%apply size_t { std::size_t };
+%apply const size_t& { const std::size_t& };
+