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

Consistent uint*_t/int*_t alias rendering #43

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

keynmol
Copy link
Contributor

@keynmol keynmol commented Feb 15, 2022

Problem:

  • On MacOS, uin32_t is returned by clang as direct alias of unsigned int
  • On Linux, it's an alias to __uint32_t, which is an alias of unsigned int.

We bite the bullet and special case these types.

@keynmol keynmol merged commit b8b9dc6 into main Feb 15, 2022
@keynmol keynmol deleted the consistent-int-alias-rendering branch February 15, 2022 18:57
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.

1 participant