mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:19:00 +08:00
9d473a6954
* [boost] Update to 1.70.0 * [boost-build] Update to 1.70.0 * [folly][freeopcua][libtorrent][websocketpp] Upgrades/patches to handle boost 1.70 * [boost-variant] Revert to 1.69 due to regression [fizz][folly] Update and fix for boost 1.70 [libsodium] Use CMake buildsystem replacement to enable non-Windows * [wangle] Update. [folly] Avoid linking debug libs in release. * [pcl] Fix compatibility with boost 1.70 * [fizz] Handle merge regression * [arrow] Modernize and fix cmake targets * [boost-type-traits] Update patches for arm64-windows * [boost-locale] Add boost-system and boost-thread as arm64 dependencies * [ompl] Add missing boost-timer dependency
14 lines
776 B
Diff
14 lines
776 B
Diff
diff --git a/segmentation/include/pcl/segmentation/supervoxel_clustering.h b/segmentation/include/pcl/segmentation/supervoxel_clustering.h
|
|
index 05e6002..99e3a07 100644
|
|
--- a/segmentation/include/pcl/segmentation/supervoxel_clustering.h
|
|
+++ b/segmentation/include/pcl/segmentation/supervoxel_clustering.h
|
|
@@ -525,7 +525,7 @@ namespace pcl
|
|
};
|
|
|
|
//Make boost::ptr_list can access the private class SupervoxelHelper
|
|
- friend void boost::checked_delete<> (const typename pcl::SupervoxelClustering<PointT>::SupervoxelHelper *);
|
|
+ //friend void boost::checked_delete<> (const typename pcl::SupervoxelClustering<PointT>::SupervoxelHelper *);
|
|
|
|
typedef boost::ptr_list<SupervoxelHelper> HelperListT;
|
|
HelperListT supervoxel_helpers_;
|