]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/adjust.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / adjust.hpp
index e8bab2cac3709fc595cc8fa0445c8ef114150963..3067044a4eb928dd8831492411e23236275a6699 100644 (file)
@@ -19,7 +19,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/equal.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Xs, typename Value, typename F>
     constexpr auto adjust_t::operator()(Xs&& xs, Value&& value, F&& f) const {
@@ -50,6 +50,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             );
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_ADJUST_HPP