X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Fboost%2Fspirit%2Fhome%2Fsupport%2Fiterators%2Fdetail%2Fsplit_functor_input_policy.hpp;h=b92cc861dbd79caadb0fa2751f90a28d91e25333;hb=92f5a8d42d07f9929ae4fa7e01342fe8d96808a8;hp=711ae903946f16a9b2f6d26cbb041450e33f3489;hpb=a0324939f9d0e1905d5df8f57442f09dc70af83d;p=ceph.git diff --git a/ceph/src/boost/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp b/ceph/src/boost/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp index 711ae9039..b92cc861d 100644 --- a/ceph/src/boost/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp +++ b/ceph/src/boost/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp @@ -190,9 +190,8 @@ namespace boost { namespace spirit { namespace iterator_policies mutable typename Functor::second_type ftor; result_type curtok; - private: // silence MSVC warning C4512: assignment operator could not be generated - shared& operator= (shared const&); + BOOST_DELETED_FUNCTION(shared& operator= (shared const&)) }; };