]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/detail/operators/orderable.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / detail / operators / orderable.hpp
index cf46829a046e98a8fa1833e7bdf6f42a68e8d92d..bb883d68f774ea9205c6fd9dde370eeee906bf24 100644 (file)
@@ -20,7 +20,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <type_traits>
 
 
-BOOST_HANA_NAMESPACE_BEGIN namespace detail {
+namespace boost { namespace hana { namespace detail {
     template <typename Tag>
     struct orderable_operators {
         static constexpr bool value = false;
@@ -55,6 +55,6 @@ BOOST_HANA_NAMESPACE_BEGIN namespace detail {
         constexpr auto operator>=(X&& x, Y&& y)
         { return hana::greater_equal(static_cast<X&&>(x), static_cast<Y&&>(y)); }
     } // end namespace operators
-} BOOST_HANA_NAMESPACE_END
+} }} // end namespace boost::hana
 
 #endif // !BOOST_HANA_DETAIL_OPERATORS_ORDERABLE_HPP