Merge branch 'directors-comparison-operators'

* directors-comparison-operators:
  Use %rename
  Fix wrapping of virtual comparison operators with directors
This commit is contained in:
William S Fulton 2020-06-14 22:23:57 +01:00
commit ee7eb6b58a
5 changed files with 36 additions and 4 deletions

View file

@ -175,10 +175,6 @@ String *Swig_method_decl(SwigType *return_base_type, SwigType *decl, const_Strin
if (qualifiers)
Printv(result, " ", qualifiers, NIL);
// Reformat result to how it has been historically
Replaceall(result, ",", ", ");
Replaceall(result, "=", " = ");
Delete(args_string);
Delete(popped_decl);
Delete(qualifiers);