]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/one.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / one.hpp
index df27b1e834f79e30488d97039d5539498ec705ef..de8758930aa904820b58f55e374599b52227b564 100644 (file)
@@ -22,7 +22,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <type_traits>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename R>
     constexpr decltype(auto) one_t<R>::operator()() const {
@@ -74,6 +74,6 @@ BOOST_HANA_NAMESPACE_BEGIN
         static constexpr decltype(auto) apply()
         { return hana::to<C>(detail::constant_from_one<C>{}); }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_ONE_HPP