more thorough %rename tests including conversion operator %rename
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9836 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d53ef0a8c4
commit
ec8d13b467
11 changed files with 660 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
%module conversion_namespace
|
||||
%rename(toFoo) oss::Bar::operator oss::Foo();
|
||||
%rename(toFoo) oss::Bar::operator Foo();
|
||||
|
||||
%inline %{
|
||||
namespace oss
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue