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

Change return type of vcpop and vfirst back to unsigned long and long respectively #343

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

topperc
Copy link
Collaborator

@topperc topperc commented Jun 10, 2024

Neither gcc or LLVM implemented the original change from what I can tell.

Fixes #342

Copy link
Collaborator

@nick-knight nick-knight left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @topperc.

@topperc
Copy link
Collaborator Author

topperc commented Jun 11, 2024

@kito-cheng @rofirrim can I merge this?

@rofirrim
Copy link
Collaborator

rofirrim commented Jun 11, 2024

@kito-cheng @rofirrim can I merge this?

No objection from me. Thanks @topperc !

@topperc topperc force-pushed the topperc/vfirst-vcpop-long branch from 68970f9 to 344da91 Compare June 11, 2024 20:10
@topperc topperc merged commit 72aac68 into main Jun 11, 2024
9 checks passed
@topperc topperc deleted the topperc/vfirst-vcpop-long branch June 11, 2024 20:35
@rofirrim
Copy link
Collaborator

rofirrim commented Jun 12, 2024

We want to cherrypick this into v1.0.x, don't we?

I can do that.

Update: done

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.

vfirst and vcpop return types unexpectedly changed
3 participants