swig-fortran / swig

This fork of SWIG creates Fortran wrapper code from C++ headers.
http://www.swig.org
Other
42 stars 11 forks source link

Rename methods that become too long when overloaded #154

Closed sethrj closed 4 years ago

sethrj commented 4 years ago

Wrapper names that were 56–62 characters wouldn't need renaming if standalone, but adding the __SWIG_0 overload suffix causes them to exceed the fortran identifier length limit. This fixes such cases.