]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/find_if.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / find_if.hpp
index de9c3d3eeacdeb4fc90a97c569b3a4f2c6148e06..f8307ae7b92261e51f834c545e54e38612a5bf67 100644 (file)
@@ -31,7 +31,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 find_if_t::operator()(Xs&& xs, Pred&& pred) const {
@@ -124,6 +124,6 @@ BOOST_HANA_NAMESPACE_BEGIN
             );
         }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FIND_IF_HPP