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

Add overload for unary - operator to call std::ops::Neg #4984

Closed
TomAFrench opened this issue May 6, 2024 · 1 comment
Closed

Add overload for unary - operator to call std::ops::Neg #4984

TomAFrench opened this issue May 6, 2024 · 1 comment

Comments

@TomAFrench
Copy link
Member

TomAFrench commented May 6, 2024

After #4983 we'll have a negation trait, we should allow calling this through an operator overload similar to how we do for arithmetic operations.

@asterite
Copy link
Collaborator

This was already done some time ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants