]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/fusion/view/filter_view/filter_view_iterator.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / fusion / view / filter_view / filter_view_iterator.hpp
index 8d77e12e34a7e1119323a7db9d0495110f72019e..9280e72b4f2ef10ba0edd8e8fea39b1c0ce811a6 100644 (file)
@@ -61,9 +61,8 @@ namespace boost { namespace fusion
 
         first_type first;
 
-    private:
         // silence MSVC warning C4512: assignment operator could not be generated
-        filter_iterator& operator= (filter_iterator const&);
+        BOOST_DELETED_FUNCTION(filter_iterator& operator= (filter_iterator const&))
     };
 }}