]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/range.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / range.hpp
index 96a9d02e6a9c837b1d5d74a258c0054244362471..fd48413485d15c79e748669019d931fc5afc03a8 100644 (file)
@@ -44,7 +44,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <utility>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //////////////////////////////////////////////////////////////////////////
     // range<>
     //////////////////////////////////////////////////////////////////////////
@@ -289,6 +289,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             return range<T, from + n, to>{};
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_RANGE_HPP