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

[libc++] Constrain additional overloads of pow for complex harder #110235

Merged
merged 4 commits into from
Oct 29, 2024

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    b3c2eea View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Address @ldionne's review comments

    - `return 0;` for freestanding environments.
    - drop constexpr coverage
    frederick-vs-ja committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    84e7c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602372d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Adopt @ldionne's clarification for comments

    Co-authored-by: Louis Dionne <[email protected]>
    frederick-vs-ja and ldionne authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    f6b91cf View commit details
    Browse the repository at this point in the history