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

Fix assignment implementation #108

Closed sethrj closed 5 years ago

sethrj commented 5 years ago

!101 actually didn't work for templated classes; the 'other' class wasn't being mangled correctly. Fixing that highlighted other errors in the implementation.