fix %rename + %copyctor issue reported by William
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9020 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7664a87b1d
commit
8561339c44
2 changed files with 12 additions and 1 deletions
|
|
@ -109,3 +109,13 @@ public:
|
|||
#endif
|
||||
|
||||
|
||||
%rename(ABC_Libor_ModelUtils) ABC_Nam::ABC_Libor::ModelUtils;
|
||||
|
||||
%copyctor;
|
||||
%inline %{
|
||||
namespace ABC_Nam {
|
||||
namespace ABC_Libor {
|
||||
struct ModelUtils {};
|
||||
}
|
||||
}
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue