]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/zip_shortest_with.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / zip_shortest_with.hpp
index fc43f35239373a81ed84e060b4e2d77ff0c54947..4371e4dc3152e77098ed18b30f95a3ec8deddd56 100644 (file)
@@ -25,7 +25,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <cstddef>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename F, typename Xs, typename ...Ys>
     constexpr auto
@@ -59,6 +59,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             );
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_ZIP_SHORTEST_WITH_HPP