]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/lexicographical_compare.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / lexicographical_compare.hpp
index e8363ad9f11c4d433d8d1b06db101c27efba3ac2..9b4b65c6173f08351f707bfde304bc83eeca1241 100644 (file)
@@ -23,7 +23,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/less.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Xs, typename Ys>
     constexpr auto lexicographical_compare_t::operator()(Xs const& xs, Ys const& ys) const {
@@ -105,6 +105,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             >);
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_LEXICOGRAPHICAL_COMPARE_HPP