PointCloudLibrary / pcl

Point Cloud Library (PCL)
https://pointclouds.org/
Other
10.01k stars 4.62k forks source link

Preparation for default hidden visibility on gcc #5970

Closed mvieth closed 8 months ago

mvieth commented 8 months ago

Add PCL_EXPORTS where missing in template instantiations, change order of template instantiations where otherwise the visibility attribute of the parent class would be overwritten by the child class. This is split off from #5779 which has become a bit large