]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/detail/type_foldr1.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / detail / type_foldr1.hpp
index badf1b03d688321d9ca8012bb0afe5be767342b1..bd94c63f848a332cb5f4d25b4428e3dd4d901b8d 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 <unsigned n>
     struct type_foldr1_t;
 
@@ -144,6 +144,6 @@ BOOST_HANA_NAMESPACE_BEGIN namespace detail {
         using type = typename type_foldr1_t<(sizeof...(xn) > 6 ? 6 : sizeof...(xn))>
                      ::template result<f, x1, xn...>;
     };
-} BOOST_HANA_NAMESPACE_END
+} }} // end namespace boost::hana
 
 #endif // !BOOST_HANA_DETAIL_TYPE_FOLDR1_HPP