Closed thrimbor closed 4 years ago
I had a copy&paste mistake in the C++-specific version of isfinite(). As it's a template, it only broke as soon as it was actually called from C++.
isfinite()
Looks okay and consistent with existing code.
Merging untested.
I had a copy&paste mistake in the C++-specific version of
isfinite()
. As it's a template, it only broke as soon as it was actually called from C++.