tkoenig1 / FMPFR

A Fortran binding for the GNU MPFR library.
Other
9 stars 1 forks source link

Enable a subset for older compilers #5

Closed tkoenig1 closed 2 years ago

tkoenig1 commented 2 years ago

Right now, the program needs derived type I/O and ERROR STOP (the latter only for the testsuite). It could still be useful for older compilers. It would be better to not compile those parts, or chose an alternative.

tkoenig1 commented 2 years ago

Done; on compilers which do not support user-defined I/O, get_str can be used.