]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/any.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / any.hpp
index 9141a758df694689ec3abceaad86d6d8d45627b4..556c394c3486f9d90335ea10d299f758a23c333d 100644 (file)
@@ -19,7 +19,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/functional/id.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Xs>
     constexpr auto any_t::operator()(Xs&& xs) const {
@@ -43,6 +43,6 @@ BOOST_HANA_NAMESPACE_BEGIN
         static constexpr auto apply(Xs&& xs)
         { return hana::any_of(static_cast<Xs&&>(xs), hana::id); }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_ANY_HPP