]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/first.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / first.hpp
index f364b2242f99790260ea9bb2bd0e2ac532a7aeac..d771ed07c24e6803f266883a6f2b6b02d4a996f1 100644 (file)
@@ -17,7 +17,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/hana/core/dispatch.hpp>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename Pair>
     constexpr decltype(auto) first_t::operator()(Pair&& pair) const {
@@ -40,6 +40,6 @@ BOOST_HANA_NAMESPACE_BEGIN
         template <typename ...Args>
         static constexpr auto apply(Args&& ...) = delete;
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_FIRST_HPP