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

Drop std:: on size_t in various spots. #4546

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

jonmeow
Copy link
Contributor

@jonmeow jonmeow commented Nov 18, 2024

We predominantly omit the std:: in these cases already. This is for style: "Prefer to omit the std:: prefix for these types, as the extra 5 characters do not merit the added clutter." (https://google.github.io/styleguide/cppguide.html#Integer_Types)

@zygoloid zygoloid added this pull request to the merge queue Nov 18, 2024
Merged via the queue into carbon-language:trunk with commit 4eb955b Nov 18, 2024
10 checks passed
@jonmeow jonmeow deleted the std-size branch November 19, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants