]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/zip.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / zip.hpp
index d18f3ef5e7c1f6e6c99cf15f9e2b6422641f114d..61fb67bf8114a4e48d90c1a4fac82e36343ce464 100644 (file)
@@ -20,7 +20,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/zip_with.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Xs, typename ...Ys>
     constexpr auto zip_t::operator()(Xs&& xs, Ys&& ...ys) const {
@@ -45,6 +45,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             return hana::zip_with(hana::make_tuple, static_cast<Xs&&>(xs)...);
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_ZIP_HPP