]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/detail/index_if.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / detail / index_if.hpp
index f643eb76ff29584617d7be91bbf7ccb9889afa49..d38c2c19331d12db501404f2ddd0c2d108b006fa 100644 (file)
@@ -20,7 +20,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <utility>
 
 
-BOOST_HANA_NAMESPACE_BEGIN namespace detail {
+namespace boost { namespace hana { namespace detail {
     template <std::size_t i, std::size_t N, bool Done>
     struct index_if_helper;
 
@@ -50,6 +50,6 @@ BOOST_HANA_NAMESPACE_BEGIN namespace detail {
         using type = typename index_if_helper<0, sizeof...(Xs), false>
             ::template f<Pred, Xs...>;
     };
-} BOOST_HANA_NAMESPACE_END
+} }} // end namespace boost::hana
 
 #endif // !BOOST_HANA_DETAIL_INDEX_IF_HPP