Commit Graph

2 Commits

Author SHA1 Message Date
William S Fulton eb18619178 More refactoring for internal destructor and constructor names
Further removal of template parameters from the "name" attribute for
constructors and destructors.

Add test case for templated constructor instantiations - based on the
Python and Octave only li_std_pair_extra.i test which caused problems
making this change.
2023-07-22 18:21:32 +01:00
William S Fulton ae555c2339 Fix templated constructors regression
Templated constructors were incorrectly ignored because SWIG thought they were
methods without a return type.
Regression introduced in swig-3.0.0
Closes #245.
2014-12-09 23:48:37 +00:00