]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/proto/debug.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / proto / debug.hpp
index 7d3e42fce004eef86e520443eca556c38a1463e3..5306a09073f59d9680629fbb4f19201b7b6cdbc7 100644 (file)
@@ -92,8 +92,7 @@ namespace boost { namespace proto
 
             std::ostream &sout_;
 
-        private:
-            ostream_wrapper &operator =(ostream_wrapper const &);
+            BOOST_DELETED_FUNCTION(ostream_wrapper &operator =(ostream_wrapper const &))
         };
 
         struct named_any
@@ -145,9 +144,9 @@ namespace boost { namespace proto
                 this->impl(expr, mpl::long_<arity_of<Expr>::value>());
             }
 
+            BOOST_DELETED_FUNCTION(display_expr_impl(display_expr_impl const &))
+            BOOST_DELETED_FUNCTION(display_expr_impl &operator =(display_expr_impl const &))
         private:
-            display_expr_impl(display_expr_impl const &);
-            display_expr_impl &operator =(display_expr_impl const &);
 
             template<typename Expr>
             void impl(Expr const &expr, mpl::long_<0>) const