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

Enable usize to size_t conversion #198

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

sashacmc
Copy link
Member

This PR enables usize_is_size_t option to set usize as size_t (in place of uintptr_t) generation.

This looks more logical and correct from an API point of view in the most cases.

@sashacmc sashacmc marked this pull request as ready for review November 21, 2023 13:30
Copy link
Contributor

@milyin milyin left a comment

Choose a reason for hiding this comment

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

looks good

@milyin milyin merged commit 608fbc9 into eclipse-zenoh:master Nov 22, 2023
4 checks passed
@milyin milyin deleted the usize_is_size_t branch November 22, 2023 12:51
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