more examples, and fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6432 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f9974297d6
commit
50b87f398b
17 changed files with 123 additions and 28 deletions
|
|
@ -2,7 +2,7 @@ import template_default_arg
|
|||
|
||||
|
||||
helloInt = template_default_arg.Hello_int()
|
||||
helloInt.foo(Hello_int.Hi.hi)
|
||||
helloInt.foo(template_default_arg.Hello_int.hi)
|
||||
|
||||
|
||||
x = template_default_arg.X_int()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue