Skip to content

Change all typedefs into using decls #1092

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

Closed

Conversation

BillyDonahue
Copy link
Contributor

Remove the unused size_t typedefs from the Iterator classes.
size_t is a standard C typedef so we don't ever want to hide that.

@coveralls
Copy link

coveralls commented Nov 11, 2019

Coverage Status

Coverage remained the same at 89.797% when pulling 4a46a26 on BillyDonahue:using_decls into 645cd04 on open-source-parsers:master.

@dota17
Copy link
Member

dota17 commented Nov 11, 2019

This looks like same as the #1077

Remove the `size_t` typedefs from the Iterator classes.
@BillyDonahue
Copy link
Contributor Author

Yeah I guess it's the same as #1077, which I hadn't seen. I'll withdraw this one then.

@BillyDonahue BillyDonahue deleted the using_decls branch November 11, 2019 03:53
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.

3 participants