]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/any_of.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / any_of.hpp
index 59c130e54dad1b400dffac5a9d5167825f91c490..2173cb1b82d54afaaa3314d8a36173222e9f00a0 100644 (file)
@@ -31,7 +31,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <cstddef>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Xs, typename Pred>
     constexpr auto any_of_t::operator()(Xs&& xs, Pred&& pred) const {
@@ -187,6 +187,6 @@ BOOST_HANA_NAMESPACE_BEGIN
                     hana::compose(static_cast<Pred&&>(pred), hana::first));
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_ANY_OF_HPP