]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/detail/nested_to_fwd.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / detail / nested_to_fwd.hpp
index ec3161136c9f142f709348cdd58fb2b25871a501..e34f77ccd2bc02a78b5175847d0e400b399b1327 100644 (file)
@@ -13,7 +13,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/config.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN namespace detail {
+namespace boost { namespace hana { namespace detail {
     template <typename Algorithm>
     struct nested_to_t {
         template <typename X>
@@ -42,6 +42,6 @@ BOOST_HANA_NAMESPACE_BEGIN namespace detail {
 
     template <typename Algorithm>
     constexpr nested_to_t<Algorithm> nested_to<Algorithm>::to;
-} BOOST_HANA_NAMESPACE_END
+} }} // end namespace boost::hana
 
 #endif // !BOOST_HANA_DETAIL_NESTED_TO_FWD_HPP