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

Fixed the != operator for vectors. #36

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Conversation

fod669
Copy link
Contributor

@fod669 fod669 commented Jun 15, 2024

The vector != operator was implemented in terms of the == operator, but only the rhs was being passed in. So the function couldn't be resolved.

@petiaccja
Copy link
Owner

Hey @fod669, thanks a lot for taking your time to fix this issue.

@petiaccja petiaccja merged commit 7d9d336 into petiaccja:master Jun 16, 2024
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants