]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/zip_shortest.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / zip_shortest.hpp
index 761ca188c511911ef1f405bcd42ae047c9860f5c..d12754d3c96b88a8081fb69412a9ed047e97dea9 100644 (file)
@@ -20,7 +20,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/zip_shortest_with.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Xs, typename ...Ys>
     constexpr auto zip_shortest_t::operator()(Xs&& xs, Ys&& ...ys) const {
@@ -46,6 +46,6 @@ BOOST_HANA_NAMESPACE_BEGIN
                                            static_cast<Xs&&>(xs)...);
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_ZIP_SHORTEST_HPP