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

Use C++20's operator<=> for implementing comparison operators #15

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

christianparpart
Copy link
Member

... rather than manually specifying them all

I hope that'll ease stuff on Contour's end, where I want to make more use of <=> operator, but it blocks me from defaulting, because boxed<> doesn't have one (wow?)

…than manually specifying them all

Signed-off-by: Christian Parpart <[email protected]>
Copy link
Member

@Yaraslaut Yaraslaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Yaraslaut Yaraslaut merged commit 4c2c2b3 into master Jan 21, 2024
4 checks passed
@Yaraslaut Yaraslaut deleted the improvement/use-3way-comparison-op branch January 21, 2024 11:07
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