diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-11 19:03:13 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-11 19:03:13 -0800 |
| commit | 492b9448a7d91e801f4eed9f4eba1be0f888a73c (patch) | |
| tree | 5b12087d408dd7f22c03c9440fd248de56c3ab2b /ports | |
| parent | b075fbc7bc6acfb15a431297609b125ea188195a (diff) | |
| download | vcpkg-492b9448a7d91e801f4eed9f4eba1be0f888a73c.tar.gz vcpkg-492b9448a7d91e801f4eed9f4eba1be0f888a73c.zip | |
[pcl] Fixup: commit missing patch
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/pcl/vs2017-15.4-workaround.patch | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/ports/pcl/vs2017-15.4-workaround.patch b/ports/pcl/vs2017-15.4-workaround.patch new file mode 100644 index 000000000..5600c9dc8 --- /dev/null +++ b/ports/pcl/vs2017-15.4-workaround.patch @@ -0,0 +1,41 @@ +diff --git a/io/include/pcl/io/ply/ply_parser.h b/io/include/pcl/io/ply/ply_parser.h +index 649d19a..45709a8 100644 +--- a/io/include/pcl/io/ply/ply_parser.h ++++ b/io/include/pcl/io/ply/ply_parser.h +@@ -115,7 +115,7 @@ namespace pcl + + class scalar_property_definition_callbacks_type + { +- private: ++ public: + template <typename T> + struct callbacks_element + { +@@ -123,7 +123,8 @@ namespace pcl + typedef T scalar_type; + typename scalar_property_definition_callback_type<scalar_type>::type callback; + }; +- ++ ++ private: + typedef boost::mpl::inherit_linearly< + scalar_types, + boost::mpl::inherit< +@@ -218,6 +219,7 @@ namespace pcl + boost::mpl::_1,boost::mpl::transform<Sequence2, pair_with<boost::mpl::_2> > > > + {}; + ++ public: + template <typename T> + struct callbacks_element + { +@@ -225,7 +227,8 @@ namespace pcl + typedef typename T::second scalar_type; + typename list_property_definition_callback_type<size_type, scalar_type>::type callback; + }; +- ++ ++ private: + typedef boost::mpl::inherit_linearly<sequence_product<size_types, scalar_types>::type, boost::mpl::inherit<boost::mpl::_1, callbacks_element<boost::mpl::_2> > >::type callbacks; + callbacks callbacks_; + |
