]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/fusion/view/joint_view/joint_view_iterator.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / fusion / view / joint_view / joint_view_iterator.hpp
index ddd1341ee1ec49b5ddf486ef4543e85a784f62fe..f6db30915e25264f58ace59342dc4bac56ad810f 100644 (file)
@@ -50,9 +50,8 @@ namespace boost { namespace fusion
         first_type first;
         concat_type concat;
 
-    private:
         // silence MSVC warning C4512: assignment operator could not be generated
-        joint_view_iterator& operator= (joint_view_iterator const&);
+        BOOST_DELETED_FUNCTION(joint_view_iterator& operator= (joint_view_iterator const&))
     };
 }}