]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/at_key.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / at_key.hpp
index e4f2e112555894477b4f509d375ce2a33bfea2b1..6bef7867d2546aa86cb061abc43956449158464f 100644 (file)
@@ -34,7 +34,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <utility>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Xs, typename Key>
     constexpr decltype(auto) at_key_t::operator()(Xs&& xs, Key const& key) const {
@@ -92,6 +92,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             return accessor(static_cast<X&&>(x));
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_AT_KEY_HPP