]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/less.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / less.hpp
index 05cceabb1dcfe8e9d6242b60946e0a182a5dd29e..462df6a0b140848fec744e2f349777d88b19f848 100644 (file)
@@ -35,7 +35,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/value.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename X, typename Y>
     constexpr auto less_t::operator()(X&& x, Y&& y) const {
@@ -137,6 +137,6 @@ BOOST_HANA_NAMESPACE_BEGIN
         static constexpr auto apply(Xs const& xs, Ys const& ys)
         { return hana::lexicographical_compare(xs, ys); }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_LESS_HPP