XboxDev / nxdk-pdclib

The Public Domain C Library (adapted for original Xbox / nxdk toolchain)
http://pdclib.rootdirectory.de
Creative Commons Zero v1.0 Universal
19 stars 9 forks source link

Fix C++ version of isfinite() #19

Closed thrimbor closed 4 years ago

thrimbor commented 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++.

JayFoxRox commented 4 years ago

Looks okay and consistent with existing code.

Merging untested.