Fix C# std::complex pass by value typemaps

This commit is contained in:
William S Fulton 2017-10-02 19:06:06 +01:00
commit a55981b883
7 changed files with 45 additions and 20 deletions

View file

@ -27,4 +27,5 @@ v.add([4,3]);
v.add(1);
// TODO: how to check validity?
complextest.Copy_h(v);
complextest.CopyHalf(v);
complextest.CopyHalfRef(v);