Closed sethrj closed 5 years ago
Enable Fortran support for unary operator * and operator ->. Currently they're ignored. Fortran supports arbitrary "generic" names, so it might be good to add a "deref" generic.
operator *
operator ->
This is low priority: how many users actually define custom smart pointers? And need them wrapped this way??
Enable Fortran support for unary
operator *
andoperator ->
. Currently they're ignored. Fortran supports arbitrary "generic" names, so it might be good to add a "deref" generic.