Skip to content
New issue

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

Update deprecated math error handling #298

Merged
merged 2 commits into from
Oct 2, 2022
Merged

Update deprecated math error handling #298

merged 2 commits into from
Oct 2, 2022

Conversation

chino
Copy link
Member

@chino chino commented Oct 1, 2022

The old SVID (SysV) matherr() is being deprecated as of glibc 2.27.

Updating non-win32 targets (except for MINGW) to use the new approach.

For now leaving the old code as-is in case it's still required under
msvc.

The old SVID (SysV) matherr() is being deprecated as of glibc 2.27.
- https://man7.org/linux/man-pages/man3/matherr.3.html

Updating non-win32 targets (except for MINGW) to use the new approach.
- https://man7.org/linux/man-pages/man7/math_error.7.html

For now leaving the old code as-is in case it's still required under
msvc.
@rpreen rpreen self-requested a review October 2, 2022 21:47
@rpreen rpreen merged commit 57d144e into master Oct 2, 2022
@rpreen rpreen deleted the fix-math-errors branch October 2, 2022 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants