]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/lex/lexer/action.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / spirit / home / lex / lexer / action.hpp
index 8de0c87b7183ca355076a541362f7ecce18d405b..c0eb07da808869c57d957913ab223cf0c588cdf8 100644 (file)
@@ -51,9 +51,8 @@ namespace boost { namespace spirit { namespace lex
         Subject subject;
         Action f;
 
-    private:
         // silence MSVC warning C4512: assignment operator could not be generated
-        action& operator= (action const&);
+        BOOST_DELETED_FUNCTION(action& operator= (action const&))
     };
 
 }}}