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

fix missing const in equality relation for C++23 #278

Merged
merged 3 commits into from
May 12, 2023
Merged

fix missing const in equality relation for C++23 #278

merged 3 commits into from
May 12, 2023

Conversation

jopadan
Copy link
Contributor

@jopadan jopadan commented Apr 2, 2023

No description provided.

@skypjack skypjack self-assigned this Apr 3, 2023
@skypjack skypjack added the triage label Apr 3, 2023
@skypjack
Copy link
Owner

skypjack commented Apr 3, 2023

I'm sorry but I really don't see why this is meant to fix something and how it does it. Can you elaborate a little, please? Thanks.

@jopadan
Copy link
Contributor Author

jopadan commented Apr 3, 2023

The library doesn't compile with g++ -std=gnu++23 only with g++ -std=gnu++17 without the changes

@skypjack
Copy link
Owner

skypjack commented Apr 4, 2023

Yeah, I'm asking why C++23 requires it because it looks odd to be honest. You didn't really answer my question though.
As it stands, it sounds more like - it didn't compile and we tried to fix it one attempt at a time until it worked. 🤷‍♂️

skypjack
skypjack previously approved these changes May 11, 2023
@skypjack skypjack merged commit cf0f8c6 into skypjack:main May 12, 2023
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants