]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/hana/negate.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / hana / negate.hpp
index 2b87e7d6a6f3757406e29cfbd7829539a6ee4137..cd339cfee15c8377d59d5468f7493377763fdd88 100644 (file)
@@ -21,7 +21,7 @@ Distributed under the Boost Software License, Version 1.0.
 #include <type_traits>
 
 
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
     //! @cond
     template <typename X>
     constexpr decltype(auto) negate_t::operator()(X&& x) const {
@@ -56,6 +56,6 @@ BOOST_HANA_NAMESPACE_BEGIN
         static constexpr decltype(auto) apply(X&& x)
         { return -static_cast<X&&>(x); }
     };
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
 
 #endif // !BOOST_HANA_NEGATE_HPP