]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/ordering.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / ordering.hpp
index 2e8294a8927868f64c63ffc252ed9889ce219c48..a5b329f1edf9bb683edee9fc1593a1746a5b619d 100644 (file)
@@ -17,7 +17,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/less.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     namespace detail {
         template <typename F>
         struct less_by {
@@ -39,6 +39,6 @@ BOOST_HANA_NAMESPACE_BEGIN
         return detail::less_by<typename detail::decay<F>::type>{static_cast<F&&>(f)};
     }
     //! @endcond
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_ORDERING_HPP