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

[v8.x] node_crypto: Use <cmath> definitions of isnan and isinf #19196

Closed
wants to merge 2 commits into from
Closed

[v8.x] node_crypto: Use <cmath> definitions of isnan and isinf #19196

wants to merge 2 commits into from

Commits on Mar 7, 2018

  1. node_crypto: Use math.h definitions of isnan and isinf

    Unless you specify C++11, std::isnan and std::isinf are not guaranteed to be available. Instead, just use the math.h functions for now.
    jer-gentoo committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    65172e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Include cmath ...

    ... instead of using the C implementations of isnan and isinf
    jer-gentoo committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    34825d5 View commit details
    Browse the repository at this point in the history