]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/concept/comparable.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / concept / comparable.hpp
index bcecfcd0abc4879909326450a83016d35b65e5fc..fcda6fb7b6bf20fa807c70c179287cf78ba9be94 100644 (file)
@@ -19,7 +19,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/equal.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     template <typename T>
     struct Comparable
         : hana::integral_constant<bool,
@@ -27,6 +27,6 @@ BOOST_HANA_NAMESPACE_BEGIN
                                    typename tag_of<T>::type>>::value
         >
     { };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_CONCEPT_COMPARABLE_HPP