]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/lazy.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / lazy.hpp
index 5cb9a8a3abccf604b427885f711aba8f2a608158..ca8c25890362d22ec113b1ac8a91d3b09024112c 100644 (file)
@@ -35,7 +35,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <utility>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //////////////////////////////////////////////////////////////////////////
     // lazy
     //////////////////////////////////////////////////////////////////////////
@@ -224,6 +224,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             return hana::make_lazy(static_cast<F&&>(f))(static_cast<Expr&&>(expr));
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_LAZY_HPP