]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/scan_left.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / scan_left.hpp
index 2ce4eb5d9d68e110271104f7da0a2b1d12bf8d90..6b40a20f772a47beee02f15e46379f9710b70818 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 F>
     constexpr auto scan_left_t::operator()(Xs&& xs, F const& f) const {
@@ -128,6 +128,6 @@ BOOST_HANA_NAMESPACE_BEGIN
                                               f, std::make_index_sequence<Len>{});
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_SCAN_LEFT_HPP