]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/intersperse.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / intersperse.hpp
index 13e8240a1348ca5e85213c88b847268428c8a53e..45df73a32afed13db94b27d90e228d6738bf876e 100644 (file)
@@ -24,7 +24,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <utility>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Xs, typename Z>
     constexpr auto intersperse_t::operator()(Xs&& xs, Z&& z) const {
@@ -71,6 +71,6 @@ BOOST_HANA_NAMESPACE_BEGIN
                                       std::make_index_sequence<new_size>{});
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_INTERSPERSE_HPP