]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/support/nonterminal/expand_arg.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / spirit / home / support / nonterminal / expand_arg.hpp
index f214096be17b4e57aa7c86b021c144dc405f5f42..12b0c88750df7d7c92facc0b851294944c7b1e3e 100644 (file)
@@ -78,9 +78,8 @@ namespace boost { namespace spirit { namespace detail
 
         Context& context;
 
-    private:
         // silence MSVC warning C4512: assignment operator could not be generated
-        expand_arg& operator= (expand_arg const&);
+        BOOST_DELETED_FUNCTION(expand_arg& operator= (expand_arg const&))
     };
 
 }}}