]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/qi/detail/fail_function.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / spirit / home / qi / detail / fail_function.hpp
index 7ab8d82a2ba0972473b894d58a54caa3f3d4ad5d..fa090da3eec5b5cbb8a5d7a238ef69f965faaadc 100644 (file)
@@ -50,9 +50,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
-        fail_function& operator= (fail_function const&);
+        BOOST_DELETED_FUNCTION(fail_function& operator= (fail_function const&))
     };
 }}}}