]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/concat.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / concat.hpp
index 27f2ad0bf2064bd7a8dcdb8820fa1ffc0c9a1d5e..e32412883c63c6c1bd111ff5384894b0b0d2e4d9 100644 (file)
@@ -25,7 +25,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 Ys>
     constexpr auto concat_t::operator()(Xs&& xs, Ys&& ys) const {
@@ -75,6 +75,6 @@ BOOST_HANA_NAMESPACE_BEGIN
                                  std::make_index_sequence<yi>{});
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_CONCAT_HPP