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

Derive operator!= from operator== (stops supporting gcc 9.x) #1660

Merged
merged 1 commit into from
Feb 15, 2025

Conversation

Rangi42
Copy link
Contributor

@Rangi42 Rangi42 commented Feb 15, 2025

Follow-up to #1659.

gcc started supporting operator!= derived from operator== in version 10.1 (released May 2020). Version 9 (up to 9.5, released May 2022) did not.

Ubuntu 20.04 LTS came with gcc 9.3 (released March 2020) by default. Since then, there have been two more LTS releases, 22.04 and 24.04. We were testing and building on 20.04 in CI "for best glibc compatibility", but with two newer LTS releases to choose from, that can be dropped. (See this Discord conversation.)

@Rangi42 Rangi42 added the refactoring This PR is intended to clean up code more than change functionality label Feb 15, 2025
@Rangi42 Rangi42 added this to the 0.9.2 milestone Feb 15, 2025
@Rangi42 Rangi42 merged commit 993879a into gbdev:master Feb 15, 2025
23 checks passed
@Rangi42 Rangi42 deleted the support branch February 15, 2025 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring This PR is intended to clean up code more than change functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant