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
std.math.algebraic.cbrt
pure
Migrated from dlang/dmd#17272
void main() pure { import std.math: cbrt; auto x = cbrt(1.0); }
gives
Error: `pure` function `D main` cannot call impure function `std.math.algebraic.cbrt`
The text was updated successfully, but these errors were encountered:
Likely related to #10008
Sorry, something went wrong.
No branches or pull requests
Migrated from dlang/dmd#17272
gives
The text was updated successfully, but these errors were encountered: