]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/empty.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / empty.hpp
index 86b81f408cc2076405d617b1b024ee4db093a1dc..e7b0ec8b49cc613b41007ef2af6c1ebb69318c85 100644 (file)
@@ -19,7 +19,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/core/make.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename M>
     constexpr auto empty_t<M>::operator()() const {
@@ -48,6 +48,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             return hana::make<S>();
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_EMPTY_HPP