]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/support/info.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / spirit / home / support / info.hpp
index 9b991ac882e11f78fe91e8ee1c504c65bd4f88cf..0557bd9b620b422aebf37f60a84bf45d67e6ecc0 100644 (file)
@@ -117,9 +117,8 @@ namespace boost { namespace spirit
         utf8_string const& tag;
         int depth;
 
-    private:
         // silence MSVC warning C4512: assignment operator could not be generated
-        basic_info_walker& operator= (basic_info_walker const&);
+        BOOST_DELETED_FUNCTION(basic_info_walker& operator= (basic_info_walker const&))
     };
 
     // bare-bones print support
@@ -141,9 +140,8 @@ namespace boost { namespace spirit
 
         Out& out;
 
-    private:
         // silence MSVC warning C4512: assignment operator could not be generated
-        simple_printer& operator= (simple_printer const&);
+        BOOST_DELETED_FUNCTION(simple_printer& operator= (simple_printer const&))
     };
 
     template <typename Out>