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

replace "unsigned int" with "uint32_t" #9

Closed
maximecaron opened this issue Oct 23, 2012 · 3 comments
Closed

replace "unsigned int" with "uint32_t" #9

maximecaron opened this issue Oct 23, 2012 · 3 comments
Assignees

Comments

@maximecaron
Copy link
Collaborator

No description provided.

@ghost ghost assigned wheresvic Oct 23, 2012
@wheresvic
Copy link
Owner

Why do we need this?

@maximecaron
Copy link
Collaborator Author

well uint32_t is just a typedef but this way the Exact-width is guaranteed unlike int or unsigned int that are of the natural word size of the machine!

@wheresvic
Copy link
Owner

Ok so should I do a replace all in the code then? I'll let you do it on the
compressedset code ...

On Sun, Jan 27, 2013 at 6:04 PM, Maxime Caron notifications@github.comwrote:

well uint32_t is just a typedef but this way the Exact-width is guaranteed
unlike int or unsigned int that are of the natural word size of the machine!


Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-12763608.

Victor Parmar

http://www.thedailyvic.com/v5.0/

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

No branches or pull requests

2 participants