]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/or.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / or.hpp
index b6aceac0c1b05e0c9d391da36da0dc7e487b6b80..79769f06053bd7b22748ed43e70a072ab978c2ad 100644 (file)
@@ -19,7 +19,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/if.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename X, typename Y>
     constexpr decltype(auto) or_t::operator()(X&& x, Y&& y) const {
@@ -56,6 +56,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             return hana::if_(x, x, static_cast<Y&&>(y));
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_OR_HPP