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