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