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

Remove redundant typenames #2896

Merged
merged 7 commits into from
Mar 10, 2019

Conversation

taketwo
Copy link
Member

@taketwo taketwo commented Mar 9, 2019

While dealing with boost::shared_ptr transition I noticed that we have a lot of redundant typename keywords. I've grepped for typedef typename through the entire code base and removed typename when it's not needed. It's a lot of changes, so I will submit a series of PRs to make review more manageable.

@SergioRAgostinho SergioRAgostinho merged commit 213da11 into PointCloudLibrary:master Mar 10, 2019
@taketwo taketwo deleted the remove-typename-1 branch March 10, 2019 09:31
This was referenced Mar 10, 2019
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