]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / spirit / home / support / iterators / detail / split_functor_input_policy.hpp
index 711ae903946f16a9b2f6d26cbb041450e33f3489..b92cc861dbd79caadb0fa2751f90a28d91e25333 100644 (file)
@@ -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&))
         };
     };