]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/is_subset.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / is_subset.hpp
index 7ef3e2bed5c81cee87517aa55f10a57adc6e2f8d..a26edd79d4fd69eba9e9200768b2af9f79c557e0 100644 (file)
@@ -23,7 +23,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/functional/partial.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Xs, typename Ys>
     constexpr auto is_subset_t::operator()(Xs&& xs, Ys&& ys) const {
@@ -79,6 +79,6 @@ BOOST_HANA_NAMESPACE_BEGIN
                                    hana::to<C>(static_cast<Ys&&>(ys)));
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_IS_SUBSET_HPP