*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5427 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ad48922bcc
commit
f5ea428d8d
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@
|
|||
|
||||
struct A
|
||||
{
|
||||
complex test1();
|
||||
std::complex<double> test2();
|
||||
complex test1() { complex r; return r; }
|
||||
std::complex<double> test2() { std::complex<double> r; return r; }
|
||||
};
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue