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

Refactor/remove operator!= #5079

Closed
wants to merge 11 commits into from

Conversation

4rneee
Copy link
Contributor

@4rneee 4rneee commented Jan 12, 2024

This is a simple refactor which removes the operator!= overloads since it is not needed in C++20 anymore.

Resolves #4895

According to this our compilers should (hopefully) support this feature.

@Nerixyz
Copy link
Contributor

Nerixyz commented Jan 12, 2024

Imo, it's fine to use gcc-10 for building. We could also think about using clang 17 (not sure if this works, but seems like it's relatively easy to install).

@pajlada
Copy link
Member

pajlada commented Feb 3, 2024

Closing this for now as it'll be approached separately post-#5113

@pajlada pajlada closed this Feb 3, 2024
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.

C++20 refactor: Investigate removing operator!=
3 participants