]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/concept/euclidean_ring.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / concept / euclidean_ring.hpp
index e0de0477b08c8ad07da20f86801114903f5784e2..32d7125a8961042912fe33006c59752a496ece65 100644 (file)
@@ -20,7 +20,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/mod.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     template <typename R>
     struct EuclideanRing
         : hana::integral_constant<bool,
@@ -30,6 +30,6 @@ BOOST_HANA_NAMESPACE_BEGIN
                                  typename tag_of<R>::type>>::value
         >
     { };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_CONCEPT_EUCLIDEAN_RING_HPP