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

Transform classic loops to range-based for loops in module io #2845

Merged

Conversation

SunBlack
Copy link
Contributor

@SunBlack SunBlack commented Feb 9, 2019

Changes are based on the result of run-clang-tidy -header-filter='.' -checks='-,modernize-loop-convert' -fix

Changes are based on the result of run-clang-tidy -header-filter='.*' -checks='-*,modernize-loop-convert' -fix
Copy link
Member

@SergioRAgostinho SergioRAgostinho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for submitting. Comments in situ as usual alongside the traditional request to not squash or force push till the review is complete.

io/include/pcl/io/impl/point_cloud_image_extractors.hpp Outdated Show resolved Hide resolved
io/include/pcl/io/impl/pcd_io.hpp Outdated Show resolved Hide resolved
io/src/obj_io.cpp Outdated Show resolved Hide resolved
io/src/openni_camera/openni_driver.cpp Outdated Show resolved Hide resolved
@SunBlack SunBlack force-pushed the range_based_loops_io branch from 935dcc7 to 78ef60e Compare March 7, 2019 15:26
@SergioRAgostinho SergioRAgostinho merged commit 7c26e97 into PointCloudLibrary:master Mar 8, 2019
@SunBlack SunBlack deleted the range_based_loops_io branch March 10, 2019 19:45
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