]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/zip_with.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / zip_with.hpp
index 8a5e153fe0b93010571c41b6d8eb1430feae88ae..685bd9f2eabd5c4eaa3eb7431e95a965d9a9725a 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 F, typename Xs, typename ...Ys>
     constexpr auto zip_with_t::operator()(F&& f, Xs&& xs, Ys&& ...ys) const {
@@ -65,6 +65,6 @@ BOOST_HANA_NAMESPACE_BEGIN
                               static_cast<X&&>(x), static_cast<Xs&&>(xs)...);
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_ZIP_WITH_HPP