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

Normalize size_t usage in Fortran #171

Closed sethrj closed 2 years ago

sethrj commented 2 years ago

This is more similar to the behavior in the rest of SWIG and prevents downstream size_t from being unintentionally converted to ULL.