]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/pair.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / pair.hpp
index d88b8ad8d487aaa47633a82f7bc20e41203dbac9..6399f539bdb29ba3b740194205e6856f43a0865c 100644 (file)
@@ -27,7 +27,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <utility>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     namespace detail {
         template <int> struct pix; // pair index
     }
@@ -206,6 +206,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             );
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_PAIR_HPP