]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/fusion/sequence/io/detail/manip.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / fusion / sequence / io / detail / manip.hpp
index 01dd476cbd554bb7bbfe1c26035ac64deddf94fb..fc0d7d8204cdefa81b0eebf1d4a9adf09137b665 100644 (file)
@@ -144,9 +144,8 @@ namespace boost { namespace fusion
 
             Stream& stream;
 
-        private:
             // silence MSVC warning C4512: assignment operator could not be generated
-            string_ios_manip& operator= (string_ios_manip const&);
+            BOOST_DELETED_FUNCTION(string_ios_manip& operator= (string_ios_manip const&))
         };
 
     } // detail