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:
Leif Middelschulte 2012-08-08 16:06:09 +00:00
commit b6d00028bb

View file

@ -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);