-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Deprecate unneeded meta-headers #4628
Deprecate unneeded meta-headers #4628
Conversation
Deprecated the following: pcl/common/boost.h, pcl/sample_consensus/boost.h, pcl/octree/boost.h, pcl/recognition/boost, pcl/features/boost, pcl/features/eigen.h, and correspondence_rejection_median_distance.hpp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change-set was surprisingly smaller than I anticipated
I looked a bit further into the registration module, there are more hpp files that are basically empty: icp_nl.hpp and many of the correspondence_rejection_*.hpp files. I guess we can deprecate them all @kunaltyagi ? It would be nice if there was a deprecation notice like "Please include the needed [eigen/boost] headers directly" where appropriate. |
@mvieth I noticed those empty headers as well, I wasn't sure if they needed to be deprecated. We can, if you guys think they should be deprecated. |
I would say yes, deprecate them. I don't see a reason why we need these empty headers, which are also unnecessarily included by the .h files. |
Deprecated empty headers and added deprecation notice.
Deprecated the following:
pcl/common/boost.h, pcl/sample_consensus/boost.h, pcl/octree/boost.h, pcl/recognition/boost, pcl/features/boost, pcl/features/eigen.h, and correspondence_rejection_median_distance.hpp
This is tied to https://github.com/PointCloudLibrary/pcl/issues/4290