Remove name_mangle approach. Broke template function names. Should work like classes, etc. based on "nspace" attribute of node, which is for some reason missing for this kind.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13565 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
63b68eaafc
commit
b6d00028bb
1 changed files with 0 additions and 3 deletions
|
|
@ -499,9 +499,6 @@ public:
|
|||
String *arg_list = NewString("");
|
||||
String *call = empty_string;
|
||||
String *cres = empty_string;
|
||||
String *nspaced_symname = Swig_name_mangle(Getattr(n, "name"));
|
||||
|
||||
Setattr(n, "sym:name", nspaced_symname);
|
||||
|
||||
call = Swig_cfunction_call(Getattr(n, "name"), parms);
|
||||
cres = Swig_cresult(type, "result", call);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue