summaryrefslogtreecommitdiff
path: root/Lib/csharp/complex.i
blob: 4a6f91cdfc717ebeb00c52953b5f256b59dc5125 (plain)
1
2
3
4
5
#ifdef __cplusplus
%include <std_complex.i>
#else
#error C# module only supports complex in C++ mode.
#endif