]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/proto/detail/poly_function.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / proto / detail / poly_function.hpp
index 2bde53bda91a4aee37971bb405f59deb22a0e375..421f20a0cfb8f0494354d92b31b1b3d8d92f62a1 100644 (file)
@@ -111,8 +111,8 @@ namespace boost { namespace proto { namespace detail
             return this->value;
         }
 
+        BOOST_DELETED_FUNCTION(arg &operator =(arg const &))
     private:
-        arg &operator =(arg const &);
         type value;
     };
 
@@ -135,8 +135,8 @@ namespace boost { namespace proto { namespace detail
             return this->value;
         }
 
+        BOOST_DELETED_FUNCTION(arg &operator =(arg const &))
     private:
-        arg &operator =(arg const &);
         type value;
     };