summaryrefslogtreecommitdiff
path: root/linux-x86/share/swig/csharp/complex.i
diff options
context:
space:
mode:
Diffstat (limited to 'linux-x86/share/swig/csharp/complex.i')
-rw-r--r--linux-x86/share/swig/csharp/complex.i5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux-x86/share/swig/csharp/complex.i b/linux-x86/share/swig/csharp/complex.i
new file mode 100644
index 0000000..4a6f91c
--- /dev/null
+++ b/linux-x86/share/swig/csharp/complex.i
@@ -0,0 +1,5 @@
+#ifdef __cplusplus
+%include <std_complex.i>
+#else
+#error C# module only supports complex in C++ mode.
+#endif