]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/partition.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / partition.hpp
index e2131f4233f9bfd19a1368beb802e86a028d3883..cd18274f11dec9d2459ba0b493b16307da01d21e 100644 (file)
@@ -28,7 +28,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 Pred>
     constexpr auto partition_t::operator()(Xs&& xs, Pred&& pred) const {
@@ -111,6 +111,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             );
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_PARTITION_HPP