Fix C# std::complex pass by value typemaps
This commit is contained in:
parent
e01cfd70c7
commit
a55981b883
7 changed files with 45 additions and 20 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue