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

Add feature for module-level interface functions #132

Open sethrj opened 5 years ago

sethrj commented 5 years ago

It would be cool to allow a module interface procedure to allow intrinsic functions to be overloaded. Basically, this would allow the fortran intrinsic size function to be used with SWIG-generated derived types.