]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/mod.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / mod.hpp
index f64b12f211cb4c8d56305a4997320bee66616bb8..31e958ae10ccee321097366a783cbd0f2d822a6c 100644 (file)
@@ -24,7 +24,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <type_traits>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename X, typename Y>
     constexpr decltype(auto) mod_t::operator()(X&& x, Y&& y) const {
@@ -102,6 +102,6 @@ BOOST_HANA_NAMESPACE_BEGIN
         static constexpr decltype(auto) apply(X const&, Y const&)
         { return hana::to<C>(detail::constant_from_mod<C, X, Y>{}); }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_MOD_HPP