summaryrefslogtreecommitdiff
path: root/share/swig/2.0.11/php/std_common.i
diff options
context:
space:
mode:
Diffstat (limited to 'share/swig/2.0.11/php/std_common.i')
-rw-r--r--share/swig/2.0.11/php/std_common.i10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/swig/2.0.11/php/std_common.i b/share/swig/2.0.11/php/std_common.i
new file mode 100644
index 0000000..092bf01
--- /dev/null
+++ b/share/swig/2.0.11/php/std_common.i
@@ -0,0 +1,10 @@
+/* -----------------------------------------------------------------------------
+ * std_common.i
+ *
+ * SWIG typemaps for STL - common utilities
+ * ----------------------------------------------------------------------------- */
+
+%include <std/std_except.i>
+
+%apply size_t { std::size_t };
+