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

Ensure std::exp can be found after including <cmath> #476

Closed
wants to merge 1 commit into from

Commits on Aug 10, 2021

  1. Ensure std::exp can be found after including <cmath>

    As noted in rime#462, including <cmath> only guarantees that std::exp is
    declared, so calling exp(double) unqualified is not portable. This adds
    a using-declaration for std::exp so that unqualified calls are
    guaranteed to work.
    jwakely committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    df4fe3e View commit details
    Browse the repository at this point in the history