We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As reported on SF.net (https://sourceforge.net/p/gnudatalanguage/feature-requests/112/):
gnulib (https://www.gnu.org/software/gnulib/manual/gnulib.html) should provide us with a more elegant alternative for such hacks as:
datatypes.hpp: // isfinite & isinf for Solaris #if defined(__sun__) # include <ieeefp.h> # define isfinite finite # ifndef isinf # define isinf(x) (!finite(x) && x==x) # endif #endif
See also #17
The text was updated successfully, but these errors were encountered:
Merge pull request #74 from gnudatalanguage/master
1ada13f
align with master (incorporate #719)
No branches or pull requests
As reported on SF.net (https://sourceforge.net/p/gnudatalanguage/feature-requests/112/):
gnulib (https://www.gnu.org/software/gnulib/manual/gnulib.html) should provide us with a more elegant alternative for such hacks as:
See also #17
The text was updated successfully, but these errors were encountered: