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

Remove duplicate private constructors from wrapper code #155

Closed sethrj closed 4 years ago

sethrj commented 4 years ago

When regenerating bindings for flibcpp I noticed there was some useless code (private module interfaces) that were being generated. This was a result of changes to the fortran:private flag during the work on directors. I've simplified some of the constructor-related stuff in the process.