]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/zero.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / zero.hpp
index 317023a1b3af7b51d610e30afe4885c23bb78f12..b5e5f8fa67bbb7e973d9707264f986548d49a5c4 100644 (file)
@@ -22,7 +22,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <type_traits>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename M>
     constexpr decltype(auto) zero_t<M>::operator()() const {
@@ -76,6 +76,6 @@ BOOST_HANA_NAMESPACE_BEGIN
         static constexpr decltype(auto) apply()
         { return hana::to<C>(detail::constant_from_zero<C>{}); }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_ZERO_HPP