Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert smart pointer type change and deprecate getMapping()
Even though pcl::detail::getMapping() is not officially a public API, it is used outside of PCL (in pcl_ros). Changing the smart pointer type from boost to std broke that code. This commit partially reverses the changes from #3474, unbreaking pcl_ros. It also properly deprecates the function so that other (unknown to us) clients have time to update their code.
- Loading branch information