]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/qi/detail/pass_function.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / spirit / home / qi / detail / pass_function.hpp
index 555adb8a493cefd801e4090ca10e18c44d9b754f..4c80526309cf43ba5eec4fd7cfadee4cca531a52 100644 (file)
@@ -61,9 +61,8 @@ namespace boost { namespace spirit { namespace qi { namespace detail
         Context& context;
         Skipper const& skipper;
 
-    private:
         // silence MSVC warning C4512: assignment operator could not be generated
-        pass_function& operator= (pass_function const&);
+        BOOST_DELETED_FUNCTION(pass_function& operator= (pass_function const&))
     };
 }}}}